Change indentation.
This commit is contained in:
parent
d7b49f7706
commit
2930fb1963
@ -1475,14 +1475,8 @@ static cell_t SQL_AddQuery(IPluginContext *pContext, const cell_t *params)
|
|||||||
class TTransactOp : public IDBThreadOperation
|
class TTransactOp : public IDBThreadOperation
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
TTransactOp(
|
TTransactOp(IDatabase *db, Transaction *txn, Handle_t txnHandle, IdentityToken_t *ident,
|
||||||
IDatabase *db,
|
IPluginFunction *onSuccess, IPluginFunction *onError, cell_t data)
|
||||||
Transaction *txn,
|
|
||||||
Handle_t txnHandle,
|
|
||||||
IdentityToken_t *ident,
|
|
||||||
IPluginFunction *onSuccess,
|
|
||||||
IPluginFunction *onError,
|
|
||||||
cell_t data)
|
|
||||||
:
|
:
|
||||||
db_(db),
|
db_(db),
|
||||||
txn_(txn),
|
txn_(txn),
|
||||||
|
Loading…
Reference in New Issue
Block a user