Revision: 50678
          http://brlcad.svn.sourceforge.net/brlcad/?rev=50678&view=rev
Author:   tbrowder2
Date:     2012-05-24 21:31:10 +0000 (Thu, 24 May 2012)
Log Message:
-----------
tidy one comment, move another

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:26:04 UTC (rev 50677)
+++ brlcad/trunk/src/libbu/vls.c        2012-05-24 21:31:10 UTC (rev 50678)
@@ -812,7 +812,7 @@
        }
 
        /* libc left-justifies if there's a '-' char, even if the
-        * value is already negative so no need to check current value
+        * value is already negative, so no need to check current value
         * of left_justify.
         */
        if (fieldlen < 0) {
@@ -1152,8 +1152,9 @@
            case '%':
                bu_vls_putc(vls, '%');
                break;
-           default:  /* Something weird, maybe %c */
+           default:
                {
+                    /* Something weird, maybe %c */
                    int j;
 
                    /* We hope, whatever it is, it fits in an int and the 
resulting

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