Revision: 56033
          http://sourceforge.net/p/brlcad/code/56033
Author:   brlcad
Date:     2013-07-13 03:11:57 +0000 (Sat, 13 Jul 2013)
Log Message:
-----------
remove trailing ws

Modified Paths:
--------------
    brlcad/trunk/src/util/bwhisteq.c

Modified: brlcad/trunk/src/util/bwhisteq.c
===================================================================
--- brlcad/trunk/src/util/bwhisteq.c    2013-07-13 03:08:27 UTC (rev 56032)
+++ brlcad/trunk/src/util/bwhisteq.c    2013-07-13 03:11:57 UTC (rev 56033)
@@ -79,11 +79,11 @@
     havg = 0.0;
     while ((n = fread(buf, sizeof(*buf), 512, fp)) > 0) {
        bp = &buf[0];
-       for (i = 0; i < n; i++) 
+       for (i = 0; i < n; i++)
            bin[ *bp++ ]++;
-        havg += n;
+       havg += n;
     }
-    havg /= (double)BINSIZE;    
+    havg /= (double)BINSIZE;
 
     r = 0;
     hint = 0;

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


------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to