datarace: remove EOL spaces
[model-checker.git] / nodestack.h
index 79ab19b3ac36fb805b66716a628dbcf389965ae6..37f9261149bc49a9d0a99182e21102be39e1161a 100644 (file)
@@ -61,7 +61,7 @@ private:
 
        /** The set of ModelActions that this the action at this Node may read
         *  from. Only meaningful if this Node represents a 'read' action. */
-       action_set_t *may_read_from;
+       action_set_t may_read_from;
 };
 
 typedef std::list<class Node *, MyAlloc< class Node * > > node_list_t;