Repository: logging-log4cxx
Updated Branches:
  refs/heads/LOGCXX-500 9f75f7f06 -> 65ebfef68


LOGCXX-500: Codestyle to improve merging.


Project: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/commit/e3188379
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/tree/e3188379
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/diff/e3188379

Branch: refs/heads/LOGCXX-500
Commit: e3188379687e5032f26bf4924a6c93b8ed81d0ef
Parents: 2fe5572
Author: Thorsten Schöning <[email protected]>
Authored: Mon Aug 20 08:29:58 2018 +0200
Committer: Thorsten Schöning <[email protected]>
Committed: Mon Aug 20 08:29:58 2018 +0200

----------------------------------------------------------------------
 src/main/cpp/mutex.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/e3188379/src/main/cpp/mutex.cpp
----------------------------------------------------------------------
diff --git a/src/main/cpp/mutex.cpp b/src/main/cpp/mutex.cpp
index c50a562..3ee29dd 100644
--- a/src/main/cpp/mutex.cpp
+++ b/src/main/cpp/mutex.cpp
@@ -16,10 +16,10 @@
  */
 
 #include <log4cxx/logstring.h>
-#include <log4cxx/helpers/mutex.h>
 #include <log4cxx/helpers/exception.h>
-#include <apr_thread_mutex.h>
+#include <log4cxx/helpers/mutex.h>
 #include <log4cxx/helpers/pool.h>
+#include <apr_thread_mutex.h>
 #include <assert.h>
 #if !defined(LOG4CXX)
 #define LOG4CXX 1

Reply via email to