Revision: 55101
          http://brlcad.svn.sourceforge.net/brlcad/?rev=55101&view=rev
Author:   carlmoore
Date:     2013-04-09 20:21:24 +0000 (Tue, 09 Apr 2013)
Log Message:
-----------
provided extra newlines so the Usage statement won't be obscured

Modified Paths:
--------------
    brlcad/trunk/src/proc-db/contours.c

Modified: brlcad/trunk/src/proc-db/contours.c
===================================================================
--- brlcad/trunk/src/proc-db/contours.c 2013-04-09 20:20:21 UTC (rev 55100)
+++ brlcad/trunk/src/proc-db/contours.c 2013-04-09 20:21:24 UTC (rev 55101)
@@ -40,8 +40,10 @@
 {
     int i;
 
-    if (argc > 0)
+    if (argc > 0) {
        bu_log("Usage: %s\n", argv[0]);
+       bu_log("\n\n");
+    }
 
     pl_3space(stdout, -32768,  -32768,  -32768, 32767, 32767, 32767);
     while (!feof(stdin)) {

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


------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to