Also if you&#39;re going to un-WINE it, might as well use L&#39; &#39; and L&#39;\t&#39;.... instead of hex magix.<div><br clear="all">Best regards,<br>Alex Ionescu<br>
<br><br><div class="gmail_quote">On Sat, Sep 3, 2011 at 12:14 PM, Timo Kreuzer <span dir="ltr">&lt;<a href="mailto:timo.kreuzer@web.de">timo.kreuzer@web.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Am 03.09.2011 02:08, schrieb <a href="mailto:cmihail@svn.reactos.org" target="_blank">cmihail@svn.reactos.org</a>:<div class="im"><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Author: cmihail<br>
Date: Sat Sep  3 00:08:11 2011<br>
New Revision: 53537<br>
<br>
URL:<a href="http://svn.reactos.org/svn/reactos?rev=53537&amp;view=rev" target="_blank">http://svn.reactos.org/<u></u>svn/reactos?rev=53537&amp;view=rev</a><br>
Log:<br>
[shell32.dll]<br>
[FORMATTING]<br>
- Format the code to a more acceptable level. This is just for my sanity while sifting through it.<br>
</blockquote>
<br>
</div><div class="im"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
              /* skip the remaining spaces */<br>
-            while (*cs==0x0009 || *cs==0x0020) {<br>
+            while (*cs==0x0009 || *cs==0x0020)<br>
+                       {<br>
                  cs++;<br>
              }<br>
              if (*cs==0)<br>
<br>
</blockquote>
<br></div>
Please don&#39;t mix tabs and spaces or we&#39;ll end up looking like GNU style ;-)<br>
Since the file already uses spaces (as we use almost everywhere), please stick to that here.<br>
<br>
Regards,<br>
Timo<br>
<br>
<br>
______________________________<u></u>_________________<br>
Ros-dev mailing list<br>
<a href="mailto:Ros-dev@reactos.org" target="_blank">Ros-dev@reactos.org</a><br>
<a href="http://www.reactos.org/mailman/listinfo/ros-dev" target="_blank">http://www.reactos.org/<u></u>mailman/listinfo/ros-dev</a><br>
</blockquote></div><br></div>