Revision: 56948
          http://sourceforge.net/p/brlcad/code/56948
Author:   tbrowder2
Date:     2013-08-19 11:20:19 +0000 (Mon, 19 Aug 2013)
Log Message:
-----------
style

Modified Paths:
--------------
    brlcad/trunk/src/librt/primitives/nmg/nmg_misc.c

Modified: brlcad/trunk/src/librt/primitives/nmg/nmg_misc.c
===================================================================
--- brlcad/trunk/src/librt/primitives/nmg/nmg_misc.c    2013-08-19 09:43:03 UTC 
(rev 56947)
+++ brlcad/trunk/src/librt/primitives/nmg/nmg_misc.c    2013-08-19 11:20:19 UTC 
(rev 56948)
@@ -120,7 +120,7 @@
            for (i = 0; i < 5; i++) {
                fastf_t t;
 
-               t = t1 + (t2 - t1)*0.2*(fastf_t)i;
+               t = t1 + (t2 - t1) * 0.2 * (fastf_t)i;
 
                VSETALLN(crv_pt, 0.0, coords);
                rt_nurb_c_eval(eg, t, crv_pt);

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