From b14e19936af751276743e891fc918da0354ba33b Mon Sep 17 00:00:00 2001
From: Chuck Atkins <chuck.atkins@kitware.com>
Date: Tue, 13 Jun 2017 11:53:54 -0400
Subject: [PATCH] Fix formatting issues from my mpi/nompi branch.

---
 bindings/python/ADIOSPy.cpp      | 6 +-----
 bindings/python/gluePyBind11.cpp | 2 +-
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/bindings/python/ADIOSPy.cpp b/bindings/python/ADIOSPy.cpp
index 2e16a24fc..a64b2d8a2 100644
--- a/bindings/python/ADIOSPy.cpp
+++ b/bindings/python/ADIOSPy.cpp
@@ -20,11 +20,7 @@ ADIOSPy::ADIOSPy(MPI_Comm mpiComm, const bool debug)
 {
 }
 
-ADIOSPy::ADIOSPy(const bool debug)
-: m_DebugMode(debug), m_ADIOS(debug)
-{
-}
-
+ADIOSPy::ADIOSPy(const bool debug) : m_DebugMode(debug), m_ADIOS(debug) {}
 
 IOPy ADIOSPy::DeclareIO(const std::string name)
 {
diff --git a/bindings/python/gluePyBind11.cpp b/bindings/python/gluePyBind11.cpp
index 6a22c6529..a25718042 100644
--- a/bindings/python/gluePyBind11.cpp
+++ b/bindings/python/gluePyBind11.cpp
@@ -52,7 +52,7 @@ adios::ADIOSPy ADIOSPyInit(const bool debugMode)
 
 PYBIND11_PLUGIN(adios2)
 {
-#ifdef ADIOS2_HAVE_MPI  
+#ifdef ADIOS2_HAVE_MPI
     if (import_mpi4py() < 0)
     {
         throw std::runtime_error(
-- 
GitLab