Revision: 55686
          http://sourceforge.net/p/brlcad/code/55686
Author:   carlmoore
Date:     2013-06-06 22:01:06 +0000 (Thu, 06 Jun 2013)
Log Message:
-----------
remove a set of braces because the if/then has just 1 statement

Modified Paths:
--------------
    brlcad/trunk/src/conv/euclid/euclid_format.c

Modified: brlcad/trunk/src/conv/euclid/euclid_format.c
===================================================================
--- brlcad/trunk/src/conv/euclid/euclid_format.c        2013-06-06 21:18:40 UTC 
(rev 55685)
+++ brlcad/trunk/src/conv/euclid/euclid_format.c        2013-06-06 22:01:06 UTC 
(rev 55686)
@@ -68,9 +68,7 @@
                bu_exit(1, "Unexpected EOF\n");
 
            if ( j != i+1 )
-           {
                bu_exit(1, "Points out of order\n");
-           }
 
            VSET( pts[i], a, b, c );
        }

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


------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to