Revision: 56983
          http://sourceforge.net/p/brlcad/code/56983
Author:   tbrowder2
Date:     2013-08-20 11:34:26 +0000 (Tue, 20 Aug 2013)
Log Message:
-----------
style

Modified Paths:
--------------
    brlcad/trunk/src/util/dsp_add.c

Modified: brlcad/trunk/src/util/dsp_add.c
===================================================================
--- brlcad/trunk/src/util/dsp_add.c     2013-08-20 11:28:17 UTC (rev 56982)
+++ brlcad/trunk/src/util/dsp_add.c     2013-08-20 11:34:26 UTC (rev 56983)
@@ -59,12 +59,12 @@
 /*
  * U S A G E --- tell user how to invoke this program, then exit
  */
-void Usage(char *s)
+void
+Usage(char *s)
 {
     if (s) (void)fputs(s, stderr);
 
-    (void) fprintf(stderr, usage,
-                  progname);
+    (void)fprintf(stderr, usage, progname);
     bu_exit (1, NULL);
 }
 
@@ -72,7 +72,8 @@
 /*
  * P A R S E _ A R G S --- Parse through command line flags
  */
-int parse_args(int ac, char *av[])
+int
+parse_args(int ac, char *av[])
 {
     int c;
     char *strrchr(const char *, int);

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to