diff options
author | Ascathor <Break_the_Chain@web.de> | 2013-10-27 22:27:46 +0100 |
---|---|---|
committer | Ascathor <Break_the_Chain@web.de> | 2013-10-27 23:46:02 +0100 |
commit | 260773899052255447ed90be344efd38437bcdde (patch) | |
tree | ded631c07d1946649ce384201c1c7c92967bcf7f /src/server/shared/Database/SQLOperation.h | |
parent | e5553cfb78d8bdde4e9c6a2dbc98ff60bb8a273e (diff) |
Core/Code: Unify codestyle for brackets: {} to { }.
Also added missing copyright to some files.
Diffstat (limited to 'src/server/shared/Database/SQLOperation.h')
-rw-r--r-- | src/server/shared/Database/SQLOperation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/shared/Database/SQLOperation.h b/src/server/shared/Database/SQLOperation.h index 400355e7c76..d7870a7d22e 100644 --- a/src/server/shared/Database/SQLOperation.h +++ b/src/server/shared/Database/SQLOperation.h @@ -59,7 +59,7 @@ class MySQLConnection; class SQLOperation : public ACE_Method_Request { public: - SQLOperation(): m_conn(NULL) {} + SQLOperation(): m_conn(NULL) { } virtual int call() { Execute(); |