Revision: 55299
          http://sourceforge.net/p/brlcad/code/55299
Author:   carlmoore
Date:     2013-05-02 19:43:21 +0000 (Thu, 02 May 2013)
Log Message:
-----------
remove 2 spaces to make this look a little more like 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:34:30 UTC (rev 55298)
+++ brlcad/trunk/src/sig/dmod.c 2013-05-02 19:43:21 UTC (rev 55299)
@@ -78,7 +78,7 @@
                op[ numop ] = MULT;
                d = atof(bu_optarg);
                if (ZERO(d)) {
-                   bu_exit(2, "dmod: divide by zero!\n" );
+                   bu_exit(2, "dmod: divide by zero!\n");
                }
                val[ numop++ ] = 1.0 / d;
                break;
@@ -94,7 +94,7 @@
                op[ numop ] = POW;
                d = atof(bu_optarg);
                if (ZERO(d)) {
-                   bu_exit(2, "dmod: zero root!\n" );
+                   bu_exit(2, "dmod: zero root!\n");
                }
                val[ numop++ ] = 1.0 / d;
                break;

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