[ros-dev] [ros-diffs] [cmihail] 53537: [shell32.dll] [FORMATTING] - Format the code to a more acceptable level. This is just for my sanity while sifting through it.

Claudiu Mihail claudiu.bogdan.mihail at gmail.com
Sat Sep 3 11:37:54 UTC 2011


I know...I commited a reformat last night to remove the tabs. My bad.

Best regards,
Claudiu

On Sat, Sep 3, 2011 at 2:14 PM, Timo Kreuzer <timo.kreuzer at web.de> wrote:

> Am 03.09.2011 02:08, schrieb cmihail at svn.reactos.org:
>
>> Author: cmihail
>> Date: Sat Sep  3 00:08:11 2011
>> New Revision: 53537
>>
>> URL:http://svn.reactos.org/**svn/reactos?rev=53537&view=rev<http://svn.reactos.org/svn/reactos?rev=53537&view=rev>
>> Log:
>> [shell32.dll]
>> [FORMATTING]
>> - Format the code to a more acceptable level. This is just for my sanity
>> while sifting through it.
>>
>
>               /* skip the remaining spaces */
>> -            while (*cs==0x0009 || *cs==0x0020) {
>> +            while (*cs==0x0009 || *cs==0x0020)
>> +                       {
>>                  cs++;
>>              }
>>              if (*cs==0)
>>
>>
> Please don't mix tabs and spaces or we'll end up looking like GNU style ;-)
> Since the file already uses spaces (as we use almost everywhere), please
> stick to that here.
>
> Regards,
> Timo
>
>
> ______________________________**_________________
> 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/20110903/b38e137f/attachment.htm>


More information about the Ros-dev mailing list