Revision: 50672
          http://brlcad.svn.sourceforge.net/brlcad/?rev=50672&view=rev
Author:   tbrowder2
Date:     2012-05-24 21:06:25 +0000 (Thu, 24 May 2012)
Log Message:
-----------
ws

Modified Paths:
--------------
    brlcad/trunk/src/libbu/vls.c

Modified: brlcad/trunk/src/libbu/vls.c
===================================================================
--- brlcad/trunk/src/libbu/vls.c        2012-05-24 21:03:56 UTC (rev 50671)
+++ brlcad/trunk/src/libbu/vls.c        2012-05-24 21:06:25 UTC (rev 50672)
@@ -944,7 +944,7 @@
                        bu_vls_vlscat(vls, &tmpstr);
 
                         bu_vls_free(&tmpstr);
-                   }  else  {
+                   } else {
                         /* handle an empty string */
                         /* FIXME: should we trunc to precision if > fieldlen? 
*/
                         if (flags & FIELDLEN) {
@@ -985,7 +985,7 @@
                        } else {
                            bu_vls_vlscat(vls, vp);
                        }
-                   }  else  {
+                   } else {
                        if (flags & FIELDLEN)
                            bu_vls_strncat(vls, "(null)", (size_t)fieldlen);
                        else

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


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to