model: fix spacing
authorBrian Norris <banorris@uci.edu>
Wed, 14 Nov 2012 23:28:25 +0000 (15:28 -0800)
committerBrian Norris <banorris@uci.edu>
Wed, 14 Nov 2012 23:28:25 +0000 (15:28 -0800)
model.h

diff --git a/model.h b/model.h
index 7065960b882bc8fc71eb3da2f8565fb1adc9eb9d..081a8ce603bcba39728c2a30bf59ddb9c3261649 100644 (file)
--- a/model.h
+++ b/model.h
@@ -51,7 +51,7 @@ struct model_params {
 
 struct PendingFutureValue {
        ModelAction *writer;
-       ModelAction * act;
+       ModelAction *act;
 };
 
 /** @brief Records information regarding a single pending release sequence */