Revision: 56946
          http://sourceforge.net/p/brlcad/code/56946
Author:   phoenixyjll
Date:     2013-08-19 08:43:54 +0000 (Mon, 19 Aug 2013)
Log Message:
-----------
Remove trailing ws.

Modified Paths:
--------------
    brlcad/trunk/src/libbrep/boolean.cpp

Modified: brlcad/trunk/src/libbrep/boolean.cpp
===================================================================
--- brlcad/trunk/src/libbrep/boolean.cpp        2013-08-19 08:39:25 UTC (rev 
56945)
+++ brlcad/trunk/src/libbrep/boolean.cpp        2013-08-19 08:43:54 UTC (rev 
56946)
@@ -961,10 +961,10 @@
        bu_log("ON_Boolean() Error: TrimmedFace generation failed.\n");
        return -1;
     }
-    
+
     build_connectivity_graph(brepA, original_faces, 0, facecount1 - 1);
     build_connectivity_graph(brepB, original_faces, facecount1, 
original_faces.Count() - 1);
-    
+
     if (DEBUG_BREP_BOOLEAN) {
        bu_log("The connectivity graph for the first brep structure.");
        for (int i = 0; i < facecount1; i++) {

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