Revision: 55292
          http://sourceforge.net/p/brlcad/code/55292
Author:   carlmoore
Date:     2013-05-02 15:47:49 +0000 (Thu, 02 May 2013)
Log Message:
-----------
remove trailing blanks/tabs

Modified Paths:
--------------
    brlcad/trunk/src/librt/tests/test_ssi.cpp

Modified: brlcad/trunk/src/librt/tests/test_ssi.cpp
===================================================================
--- brlcad/trunk/src/librt/tests/test_ssi.cpp   2013-05-02 14:56:00 UTC (rev 
55291)
+++ brlcad/trunk/src/librt/tests/test_ssi.cpp   2013-05-02 15:47:49 UTC (rev 
55292)
@@ -131,7 +131,7 @@
     } else {
        bu_vls_sprintf(&intersect_name, "%s_%s_", argv[2], argv[3]);
     }
-    
+
     // Print the information of an intersection curve, using
     // the ON_NurbsCurve::Dump() method. Later, after ON_SSX_EVENT
     // is improved, we will use ON_SSX_EVENT::Dump() instead.
@@ -234,7 +234,7 @@
        pi->pipe_count = curve.Count();
        BU_LIST_INIT(&(pi->pipe_segs_head));
        struct wdb_pipept *ps;
-       
+
        fastf_t od = curve[i]->BoundingBox().Diagonal().Length() * 0.05;
        for (int j = 0; j < curve[i]->CVCount(); j++) {
            BU_ALLOC(ps, struct wdb_pipept);

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


------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to