[ros-dev] [ros-diffs] [hbelusca] 58902: [FREELDR] - Fix some function parameter types, so to avoid unuseful casts (from pointers to const strings to pointers to strings in particular). - The big thing: make FreeLdr load...
Zachary Gorden
drakekaizer666 at gmail.com
Wed May 1 18:54:29 UTC 2013
Not opposed to them, but if we allow them, perhaps more space in between
the actual conditional and the operation?
On Wed, May 1, 2013 at 1:31 PM, Timo Kreuzer <timo.kreuzer at web.de> wrote:
>
> 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 hbelusca at svn.reactos.org:
>
>> 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
> Ros-dev at reactos.org
> http://www.reactos.org/**mailman/listinfo/ros-dev<http://www.reactos.org/mailman/listinfo/ros-dev>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.reactos.org/pipermail/ros-dev/attachments/20130501/11665081/attachment.html>
More information about the Ros-dev
mailing list