Revision: 56908
          http://sourceforge.net/p/brlcad/code/56908
Author:   brlcad
Date:     2013-08-16 20:41:59 +0000 (Fri, 16 Aug 2013)
Log Message:
-----------
ws

Modified Paths:
--------------
    brlcad/trunk/src/libbn/tests/bn_poly_add.c

Modified: brlcad/trunk/src/libbn/tests/bn_poly_add.c
===================================================================
--- brlcad/trunk/src/libbn/tests/bn_poly_add.c  2013-08-16 20:38:57 UTC (rev 
56907)
+++ brlcad/trunk/src/libbn/tests/bn_poly_add.c  2013-08-16 20:41:59 UTC (rev 
56908)
@@ -97,7 +97,7 @@
     int i;
 
     for (i = 0; i < n; i++) {
-        if (!EQUAL(a[i],b[i]))
+       if (!EQUAL(a[i],b[i]))
            return -1;
     }
 
@@ -122,7 +122,7 @@
     val2 = check_results(c.cf, output[2].cf, output[2].dgr + 1);
 
     if (val == 0 && val1 == 0 && val2 == 0)
-        return val;
+       return val;
 
     return -1;
 }
@@ -136,10 +136,10 @@
     ret = test_bn_poly_add();
 
     if (ret == 0) {
-        bu_log("Function computes correctly");
-        exit(EXIT_SUCCESS);
+       bu_log("Function computes correctly");
+       exit(EXIT_SUCCESS);
     } else
-        exit(EXIT_FAILURE);
+       exit(EXIT_FAILURE);
 
     return 0;
 }

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://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to