From 9c9c1ce811e8f0d23bb6c610813ed74a8d3d0aff Mon Sep 17 00:00:00 2001 From: Brian Norris Date: Wed, 14 Nov 2012 15:28:25 -0800 Subject: [PATCH] model: fix spacing --- model.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.34.1