[cig-commits] [commit] master: astyle cleanup (a8f8d6e)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Tue Oct 21 16:27:33 PDT 2014


Repository : https://github.com/geodynamics/vc

On branch  : master
Link       : https://github.com/geodynamics/vc/compare/64c223c129f70f3916341f1ebdf52f6d2ae1deae...de41758e125fcac4ea5fb0935597c3b662ff523c

>---------------------------------------------------------------

commit a8f8d6eb227a5b22411a48cc2f96af96922022c8
Author: Eric Heien <emheien at ucdavis.edu>
Date:   Tue Oct 21 15:45:23 2014 -0700

    astyle cleanup


>---------------------------------------------------------------

a8f8d6eb227a5b22411a48cc2f96af96922022c8
 src/core/SimFramework.h | 8 ++++----
 src/io/EventOutput.cpp  | 0
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/core/SimFramework.h b/src/core/SimFramework.h
index e12990b..8553cc5 100644
--- a/src/core/SimFramework.h
+++ b/src/core/SimFramework.h
@@ -208,10 +208,10 @@ class SimFramework : public virtual SimTimer {
             return (unsigned int)iters_per_sec;
         };
 
-    // Other functions
-    unsigned int getPID(void) const {
-        return getpid();
-    };
+        // Other functions
+        unsigned int getPID(void) const {
+            return getpid();
+        };
 };
 
 #endif



More information about the CIG-COMMITS mailing list