From c22e4dfc7b089d0c2b93bdaf577fc9aa89107a14 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Sat, 4 Apr 2009 18:13:51 +0000 Subject: [PATCH] Fix whitespace. --- actions.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/actions.c b/actions.c index 0c3cf3db..d87d3745 100644 --- a/actions.c +++ b/actions.c @@ -1,4 +1,4 @@ -const char actions_rcs[] = "$Id: actions.c,v 1.55 2008/12/04 18:18:56 fabiankeil Exp $"; +const char actions_rcs[] = "$Id: actions.c,v 1.56 2009/03/08 14:19:21 fabiankeil Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/actions.c,v $ @@ -33,6 +33,10 @@ const char actions_rcs[] = "$Id: actions.c,v 1.55 2008/12/04 18:18:56 fabiankeil * * Revisions : * $Log: actions.c,v $ + * Revision 1.56 2009/03/08 14:19:21 fabiankeil + * Fix justified (but harmless) compiler warnings + * on platforms where sizeof(int) < sizeof(long). + * * Revision 1.55 2008/12/04 18:18:56 fabiankeil * Fix some cparser warnings. * @@ -1126,7 +1130,7 @@ int update_action_bits_for_tag(struct client_state *csp, const char *tag) * Returns : N/A * *********************************************************************/ -void free_current_action (struct current_action_spec *src) +void free_current_action(struct current_action_spec *src) { int i; -- 2.39.2