Revision: 56210
          http://sourceforge.net/p/brlcad/code/56210
Author:   carlmoore
Date:     2013-07-25 13:12:07 +0000 (Thu, 25 Jul 2013)
Log Message:
-----------
fix 1 spelling and remove trailing blanks/tabs

Modified Paths:
--------------
    brlcad/trunk/src/conv/step/ON_Brep.cpp
    brlcad/trunk/src/libdm/dm-qt.cpp

Modified: brlcad/trunk/src/conv/step/ON_Brep.cpp
===================================================================
--- brlcad/trunk/src/conv/step/ON_Brep.cpp      2013-07-25 12:57:06 UTC (rev 
56209)
+++ brlcad/trunk/src/conv/step/ON_Brep.cpp      2013-07-25 13:12:07 UTC (rev 
56210)
@@ -27,7 +27,7 @@
 // Make entity arrays for each of the m_V, m_S, etc arrays and create step 
instances of them,
 // starting with the basic ones.
 //
-// The array indicies in the ON_Brep will correspond to the step entity array 
locations that 
+// The array indices in the ON_Brep will correspond to the step entity array 
locations that
 // hold the step version of each entity.
 //
 // then, need to map the ON_Brep hierarchy to the corresponding STEP hierarchy
@@ -36,7 +36,7 @@
 //         manifold_solid_brep
 // faces-> closed_shell
 //         advanced_face
-//         
+//
 // surface-> bspline_surface_with_knots
 //           cartesian_point
 //
@@ -47,7 +47,7 @@
 //                        bspline_curve_with_knots
 //                        vertex_point
 //                        cartesian_point
-// 
+//
 // 2d points -> point_on_surface
 // 1d points to bound curve -> point_on_curve
 //

Modified: brlcad/trunk/src/libdm/dm-qt.cpp
===================================================================
--- brlcad/trunk/src/libdm/dm-qt.cpp    2013-07-25 12:57:06 UTC (rev 56209)
+++ brlcad/trunk/src/libdm/dm-qt.cpp    2013-07-25 13:12:07 UTC (rev 56210)
@@ -81,7 +81,7 @@
     privars->painter = new QPainter(privars->pix);
     privars->painter->setPen(privars->fg);
     privars->painter->setFont(*privars->font);
-     
+
     return TCL_OK;
 }
 
@@ -712,7 +712,7 @@
 
     Tk_SetWindowBackground(pubvars->xtkwin, 0);
     Tk_MapWindow(pubvars->xtkwin);
-    
+
     bu_log("qt_open called\n");
     return dmp;
 }

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