Style fix for the previous commit
authorFabian Keil <fk@fabiankeil.de>
Fri, 9 Nov 2012 10:53:39 +0000 (10:53 +0000)
committerFabian Keil <fk@fabiankeil.de>
Fri, 9 Nov 2012 10:53:39 +0000 (10:53 +0000)
jcc.c

diff --git a/jcc.c b/jcc.c
index 435771a..24ddae7 100644 (file)
--- a/jcc.c
+++ b/jcc.c
@@ -1,4 +1,4 @@
-const char jcc_rcs[] = "$Id: jcc.c,v 1.412 2012/10/29 12:04:42 fabiankeil Exp $";
+const char jcc_rcs[] = "$Id: jcc.c,v 1.413 2012/11/09 10:48:17 fabiankeil Exp $";
 /*********************************************************************
  *
  * File        :  $Source: /cvsroot/ijbswa/current/jcc.c,v $
 /*********************************************************************
  *
  * File        :  $Source: /cvsroot/ijbswa/current/jcc.c,v $
@@ -3259,7 +3259,8 @@ int main(int argc, char **argv)
 # endif /* def _WIN_CONSOLE */
 #endif /* def _WIN32 */
 
 # endif /* def _WIN_CONSOLE */
 #endif /* def _WIN32 */
 
-   if (do_config_test) {
+   if (do_config_test)
+   {
       exit(NULL == load_config());
    }
 
       exit(NULL == load_config());
    }