From da08bf5deb785f75b64bc38682c221f6f669d534 Mon Sep 17 00:00:00 2001
From: Jason Wang <wangr1@ornl.gov>
Date: Tue, 19 Sep 2017 14:38:09 -0400
Subject: [PATCH] fixed clang-format

---
 examples/hello/datamanWriter/helloDataManWriter_nompi.cpp | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/examples/hello/datamanWriter/helloDataManWriter_nompi.cpp b/examples/hello/datamanWriter/helloDataManWriter_nompi.cpp
index 200708c8a..9353b4552 100644
--- a/examples/hello/datamanWriter/helloDataManWriter_nompi.cpp
+++ b/examples/hello/datamanWriter/helloDataManWriter_nompi.cpp
@@ -24,10 +24,8 @@ int main(int argc, char *argv[])
         adios2::ADIOS adios(adios2::DebugON);
         adios2::IO &dataManIO = adios.DeclareIO("WANIO");
         dataManIO.SetEngine("DataManWriter");
-        dataManIO.SetParameters({{"compress", "no"},
-                {"method", "dump"},
-                {"type", "wan"}
-                });
+        dataManIO.SetParameters(
+            {{"compress", "no"}, {"method", "dump"}, {"type", "wan"}});
 
         // Define variable and local size
         auto bpFloats =
-- 
GitLab