Revision: 56619
          http://sourceforge.net/p/brlcad/code/56619
Author:   carlmoore
Date:     2013-08-06 13:11:23 +0000 (Tue, 06 Aug 2013)
Log Message:
-----------
remove trailing blanks/tabs

Modified Paths:
--------------
    brlcad/trunk/src/libbn/plot3.c
    brlcad/trunk/src/libdm/dm-qt.cpp
    brlcad/trunk/src/mged/dm-qt.c

Modified: brlcad/trunk/src/libbn/plot3.c
===================================================================
--- brlcad/trunk/src/libbn/plot3.c      2013-08-06 12:54:25 UTC (rev 56618)
+++ brlcad/trunk/src/libbn/plot3.c      2013-08-06 13:11:23 UTC (rev 56619)
@@ -429,7 +429,7 @@
 void
 pd_point(register FILE *plotfp, double x, double y)
 {
-        pd( plotfp, x, y, 'x'); /* calling common function pd */   
+        pd( plotfp, x, y, 'x'); /* calling common function pd */
 }
 
 void
@@ -461,13 +461,13 @@
 void
 pd_move(register FILE *plotfp, double x, double y)
 {
-    pd( plotfp, x, y, 'o'); /* calling common function pd */ 
+    pd( plotfp, x, y, 'o'); /* calling common function pd */
 }
 
 void
 pd_cont(register FILE *plotfp, double x, double y)
 {
-    pd( plotfp, x, y, 'q'); /* calling common function pd */   
+    pd( plotfp, x, y, 'q'); /* calling common function pd */
 }
 
 void

Modified: brlcad/trunk/src/libdm/dm-qt.cpp
===================================================================
--- brlcad/trunk/src/libdm/dm-qt.cpp    2013-08-06 12:54:25 UTC (rev 56618)
+++ brlcad/trunk/src/libdm/dm-qt.cpp    2013-08-06 13:11:23 UTC (rev 56619)
@@ -867,13 +867,13 @@
     }
     if (bu_vls_strlen(&init_proc_vls) == 0)
        bu_vls_strcpy(&init_proc_vls, "bind_dm");
-    
+
     /* initialize dm specific variables */
     pubvars->devmotionnotify = LASTEvent;
     pubvars->devbuttonpress = LASTEvent;
     pubvars->devbuttonrelease = LASTEvent;
     dmp->dm_aspect = 1.0;
-    
+
     if (dmp->dm_top) {
        /* Make xtkwin a toplevel window */
        pubvars->xtkwin = Tk_CreateWindowFromPath(interp, tkwin,

Modified: brlcad/trunk/src/mged/dm-qt.c
===================================================================
--- brlcad/trunk/src/mged/dm-qt.c       2013-08-06 12:54:25 UTC (rev 56618)
+++ brlcad/trunk/src/mged/dm-qt.c       2013-08-06 13:11:23 UTC (rev 56619)
@@ -71,14 +71,14 @@
 */
 static int
 qt_doevent(ClientData UNUSED(clientData), XEvent *eventPtr)
-{ 
+{
     if (eventPtr->type == Expose && eventPtr->xexpose.count == 0) {
        dirty = 1;
 
        /* no further processing of this event */
        return TCL_RETURN;
     }
-    
+
     /* allow further processing of this event */
     return TCL_OK;
 }
@@ -127,7 +127,7 @@
     struct bu_vls vls = BU_VLS_INIT_ZERO;
 
     dm_var_init(o_dm_list);
-    
+
     /* register application provided routines */
     cmd_hook = qt_dm;
 

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


------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
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