diff options
author | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-07-21 18:13:48 +0200 |
---|---|---|
committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-07-21 18:14:22 +0200 |
commit | 946ab3e8b71ad106c7e75fd78b96d70865b29d79 (patch) | |
tree | 58ddb80a4e2d1d9b5884e42fcfa178b7e19ed4ce /src/server/shared/Logging/Log.cpp | |
parent | f4d065dee0c2f2cdc61af5b4b84f1e019881aa8f (diff) |
Core: Kill again whitespace :(
Diffstat (limited to 'src/server/shared/Logging/Log.cpp')
-rw-r--r-- | src/server/shared/Logging/Log.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/shared/Logging/Log.cpp b/src/server/shared/Logging/Log.cpp index 65cf930a634..a7b6b418cc4 100644 --- a/src/server/shared/Logging/Log.cpp +++ b/src/server/shared/Logging/Log.cpp @@ -278,7 +278,7 @@ void Log::write(LogMessage* msg) const auto logOperation = std::shared_ptr<LogOperation>(new LogOperation(logger, msg)); _ioService->post(_strand->wrap([logOperation](){ logOperation->call(); })); - + } else { |