I'm not a fan of single line conditional statements.
I'd prefer if we had a style rule for that.
Any thoughts on that?


Am 01.05.2013 19:12, schrieb [email protected]:
Author: hbelusca
Date: Wed May  1 17:12:56 2013
New Revision: 58902

        do
        {
-               while (*LoadOptions == '/')
-                       ++LoadOptions;
-
+               while (*LoadOptions == '/') ++LoadOptions;
                *NewLoadOptions++ = *LoadOptions;
        } while (*LoadOptions++);


_______________________________________________
Ros-dev mailing list
[email protected]
http://www.reactos.org/mailman/listinfo/ros-dev

Reply via email to