From 0dfa5f71be2d76d3e930b3bf1fd40a2d28951230 Mon Sep 17 00:00:00 2001
From: guj <jgu@lbl.gov>
Date: Mon, 4 Dec 2017 17:39:52 -0800
Subject: [PATCH] clang format fix

---
 examples/heatTransfer/write/IO_ph5.cpp        | 2 +-
 examples/heatTransfer/write/IO_ph5_adios2.cpp | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/heatTransfer/write/IO_ph5.cpp b/examples/heatTransfer/write/IO_ph5.cpp
index 5e7ad122d..5c9cca8cd 100644
--- a/examples/heatTransfer/write/IO_ph5.cpp
+++ b/examples/heatTransfer/write/IO_ph5.cpp
@@ -284,7 +284,7 @@ IO::IO(const Settings &s, MPI_Comm comm)
     if ((ss > suffix.size()) && (pos == ss - suffix.size()))
     {
         // Your code here
-      m_outputfilename = s.outputfile;
+        m_outputfilename = s.outputfile;
     }
 
     //    m_outputfilename = s.outputfile + ".h5";
diff --git a/examples/heatTransfer/write/IO_ph5_adios2.cpp b/examples/heatTransfer/write/IO_ph5_adios2.cpp
index dabf56efc..0b994fefa 100644
--- a/examples/heatTransfer/write/IO_ph5_adios2.cpp
+++ b/examples/heatTransfer/write/IO_ph5_adios2.cpp
@@ -29,7 +29,7 @@ IO::IO(const Settings &s, MPI_Comm comm)
     if ((ss > suffix.size()) && (pos == ss - suffix.size()))
     {
         // Your code here
-      m_outputfilename = s.outputfile;
+        m_outputfilename = s.outputfile;
     }
 
     ad = new adios2::ADIOS(comm, adios2::DebugOFF);
-- 
GitLab