Revision: 56640
          http://sourceforge.net/p/brlcad/code/56640
Author:   brlcad
Date:     2013-08-06 19:20:45 +0000 (Tue, 06 Aug 2013)
Log Message:
-----------
spoke a little too soon, few more style errors to fix

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

Modified: brlcad/trunk/src/libbn/tests/bn_poly_scale.c
===================================================================
--- brlcad/trunk/src/libbn/tests/bn_poly_scale.c        2013-08-06 19:16:59 UTC 
(rev 56639)
+++ brlcad/trunk/src/libbn/tests/bn_poly_scale.c        2013-08-06 19:20:45 UTC 
(rev 56640)
@@ -98,8 +98,8 @@
     int i;
 
     for (i = 0; i < n; i++) {
-    if (!EQUAL(a[i],b[i]))
-       return -1;
+       if (!EQUAL(a[i], b[i]))
+           return -1;
     }
 
     return 0;
@@ -116,7 +116,7 @@
     bn_poly_scale(&input[1], 2000);
     bn_poly_scale(&input[2], -400);
 
-    val = check_results(input[0].cf,output[0].cf, output[0].dgr + 1);
+    val = check_results(input[0].cf, output[0].cf, output[0].dgr + 1);
     val1 = check_results(input[1].cf, output[1].cf, output[1].dgr + 1);
     val2 = check_results(input[2].cf, output[2].cf, output[2].dgr + 1);
 

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