fixup style
[c11tester.git] / snapshot-interface.cc
index a627dab55453488d547980860e808dbd95cbafc1..82f3e1300b253dfaa06ea8988a19640ae9eaffa2 100644 (file)
@@ -13,7 +13,7 @@
 #define MYLIBRARYNAME "libmodel.so"
 #define MAPFILE "/proc/self/maps"
 
-SnapshotStack * snapshotObject;
+SnapshotStack *snapshotObject;
 
 #ifdef MAC
 /** The SnapshotGlobalSegments function computes the memory regions
@@ -116,7 +116,6 @@ SnapshotStack::~SnapshotStack()
 {
 }
 
-
 /** This method returns to the last snapshot before the inputted
  * sequence number.  This function must be called from the model
  * checking thread and not from a snapshotted stack.