remove EOL spaces, fix indentation
[model-checker.git] / action.h
index 111ac31124ef89d796e8d163c1b39a097c9a2c7c..00bb5c2fbdef9c2a2a77729ed16e3b386eca74c9 100644 (file)
--- a/action.h
+++ b/action.h
@@ -90,7 +90,7 @@ private:
 
        /** The thread id that performed this action. */
        thread_id_t tid;
-       
+
        /** The value read or written (if RMW, then the value written). This
         * should probably be something longer. */
        int value;
@@ -98,7 +98,7 @@ private:
        /** A back reference to a Node in NodeStack, if this ModelAction is
         * saved on the NodeStack. */
        Node *node;
-       
+
        modelclock_t seq_number;
 
        /** The clock vector stored with this action; only needed if this