Revision: 55723
          http://sourceforge.net/p/brlcad/code/55723
Author:   carlmoore
Date:     2013-06-12 16:43:53 +0000 (Wed, 12 Jun 2013)
Log Message:
-----------
cosmetic stuff (comparing with a-d.c)

Modified Paths:
--------------
    brlcad/trunk/src/sig/d-a.c

Modified: brlcad/trunk/src/sig/d-a.c
===================================================================
--- brlcad/trunk/src/sig/d-a.c  2013-06-12 16:41:35 UTC (rev 55722)
+++ brlcad/trunk/src/sig/d-a.c  2013-06-12 16:43:53 UTC (rev 55723)
@@ -25,9 +25,9 @@
 
 #include "common.h"
 
+#include <stdlib.h>
+#include <ctype.h>
 #include <string.h>
-#include <ctype.h>
-#include <stdlib.h>
 #include "bio.h"
 
 #include "bu.h"
@@ -38,7 +38,8 @@
 static const char usage[] = "\
 Usage: d-a [-n] < doubles > ascii\n";
 
-int main(int argc, char **argv)
+int
+main(int argc, char **argv)
 {
     double d;
 

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


------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to