From: Brian Norris Date: Wed, 14 Nov 2012 23:28:25 +0000 (-0800) Subject: model: fix spacing X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=9c9c1ce811e8f0d23bb6c610813ed74a8d3d0aff;p=cdsspec-compiler.git model: fix spacing --- diff --git a/model.h b/model.h index 7065960..081a8ce 100644 --- 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 */