changeset 3470:9aaf40d504a2

merge
author amazy
date Thu, 11 Jul 2019 11:49:15 +0200
parents a5e225eac0a9 (diff) 4c89b6160563 (current diff)
children 1fdbe5885783
files
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/Core/Logging.cpp	Thu Jul 11 10:27:01 2019 +0200
+++ b/Core/Logging.cpp	Thu Jul 11 11:49:15 2019 +0200
@@ -757,12 +757,7 @@
     {
       if (stream_ != &null_)
       {
-#if defined(_WIN32)
-        *stream_ << "\r\n";
-#else
         *stream_ << "\n";
-#endif
-
         stream_->flush();
       }
     }