From 4c12c1a34fe97e4d84a082ededd2d6872d060dd7 Mon Sep 17 00:00:00 2001
From: William F Godoy <williamfgc@yahoo.com>
Date: Tue, 6 Jun 2017 16:22:43 -0400
Subject: [PATCH] Fixing more clang-format issues

---
 source/adios2/engine/dataman/DataManReader.h        | 10 +++++-----
 source/adios2/toolkit/interop/adios1/ADIOS1Common.h |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/source/adios2/engine/dataman/DataManReader.h b/source/adios2/engine/dataman/DataManReader.h
index 8fba72a99..af45f1054 100644
--- a/source/adios2/engine/dataman/DataManReader.h
+++ b/source/adios2/engine/dataman/DataManReader.h
@@ -74,12 +74,12 @@ private:
     Variable<T> *InquireVariableCommon(const std::string name,
                                        const bool readIn)
     {
-        //int rank = 0;
-        //MPI_Comm_rank(m_MPIComm, &rank);
+        // int rank = 0;
+        // MPI_Comm_rank(m_MPIComm, &rank);
 
-        //std::cout << "I am hooked to the DataMan library\n";
-        //std::cout << "Hello DatamanReader from rank " << rank << "\n";
-        //std::cout << "Trying to read variable " << name
+        // std::cout << "I am hooked to the DataMan library\n";
+        // std::cout << "Hello DatamanReader from rank " << rank << "\n";
+        // std::cout << "Trying to read variable " << name
         //        << " from one of the variables coming from a WAN transport\n";
 
         // here read variable metadata (dimensions, type, etc.)...then create a
diff --git a/source/adios2/toolkit/interop/adios1/ADIOS1Common.h b/source/adios2/toolkit/interop/adios1/ADIOS1Common.h
index d5917f2e8..6e821fe76 100644
--- a/source/adios2/toolkit/interop/adios1/ADIOS1Common.h
+++ b/source/adios2/toolkit/interop/adios1/ADIOS1Common.h
@@ -24,8 +24,8 @@
 #undef __MPI_DUMMY_H__
 #endif
 
-#include "adios2/ADIOSMacros.h"
 #include "adios2/ADIOSMPICommOnly.h"
+#include "adios2/ADIOSMacros.h"
 #include "adios2/ADIOSTypes.h"
 
 namespace adios
-- 
GitLab