Revision: 55301
          http://sourceforge.net/p/brlcad/code/55301
Author:   carlmoore
Date:     2013-05-02 19:55:49 +0000 (Thu, 02 May 2013)
Log Message:
-----------
delete a few more spaces in comparison to smod.c

Modified Paths:
--------------
    brlcad/trunk/src/sig/dmod.c

Modified: brlcad/trunk/src/sig/dmod.c
===================================================================
--- brlcad/trunk/src/sig/dmod.c 2013-05-02 19:47:01 UTC (rev 55300)
+++ brlcad/trunk/src/sig/dmod.c 2013-05-02 19:55:49 UTC (rev 55301)
@@ -104,8 +104,8 @@
        }
     }
 
-    if ( bu_optind >= argc )  {
-       if ( isatty(fileno(stdin)) )
+    if (bu_optind >= argc) {
+       if (isatty(fileno(stdin)))
            return 0;
        file_name = "-";
        infp = stdin;

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


------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to