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
|
||||
{
|
||||
public:
|
||||
TTransactOp(
|
||||
IDatabase *db,
|
||||
Transaction *txn,
|
||||
Handle_t txnHandle,
|
||||
IdentityToken_t *ident,
|
||||
IPluginFunction *onSuccess,
|
||||
IPluginFunction *onError,
|
||||
cell_t data)
|
||||
TTransactOp(IDatabase *db, Transaction *txn, Handle_t txnHandle, IdentityToken_t *ident,
|
||||
IPluginFunction *onSuccess, IPluginFunction *onError, cell_t data)
|
||||
:
|
||||
db_(db),
|
||||
txn_(txn),
|
||||
|
Loading…
Reference in New Issue
Block a user