Revision: 53450
          http://brlcad.svn.sourceforge.net/brlcad/?rev=53450&view=rev
Author:   brlcad
Date:     2012-11-05 17:47:56 +0000 (Mon, 05 Nov 2012)
Log Message:
-----------
cleanup

Modified Paths:
--------------
    brlcad/trunk/src/libbu/tests/bu_redblack.c

Modified: brlcad/trunk/src/libbu/tests/bu_redblack.c
===================================================================
--- brlcad/trunk/src/libbu/tests/bu_redblack.c  2012-11-05 04:05:56 UTC (rev 
53449)
+++ brlcad/trunk/src/libbu/tests/bu_redblack.c  2012-11-05 17:47:56 UTC (rev 
53450)
@@ -33,7 +33,6 @@
 
 
 /**
- * C O M P A R E F U N C ()
  * Generic Comparison function that internally casts
  * parameters to integers.
  *
@@ -49,8 +48,7 @@
 
 
 /**
- * D I S P L A Y N O D E ( )
- * Function  to be applied to every node of the
+ * Function to be applied to every node of the
  * red-black tree.
  */
 static void
@@ -65,7 +63,7 @@
 {
     struct bu_rb_tree *testTree;
     void *searchedValue;
-    char *sources[] = {"h","e","a","l","l","o"};
+    char *sources[] = {"h", "e", "a", "l", "l", "o"};
     int i = 0;
     int passed = 0;
     int diagnosisOption = 0;
@@ -154,6 +152,7 @@
     return 0;
 }
 
+
 /*
  * Local Variables:
  * mode: C

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


------------------------------------------------------------------------------
LogMeIn Central: Instant, anywhere, Remote PC access and management.
Stay in control, update software, and manage PCs from one command center
Diagnose problems and improve visibility into emerging IT issues
Automate, monitor and manage. Do more in less time with Central
http://p.sf.net/sfu/logmein12331_d2d
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to