<div dir="ltr"><div class="gmail_default" style="font-family:courier new,monospace;font-size:large">Hi Avind,<br><br>The name of RtlInitUnicodeString is 20 characters long. That, plus a 63 character string will not fit into 80 characters, which is probably set as the maximum line length.<br><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Nov 28, 2014 at 1:13 PM, Arvind Dalvi <span dir="ltr"><<a href="mailto:arvind.dalvi@outlook.com" target="_blank">arvind.dalvi@outlook.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


<div><div dir="ltr"><div>I am assuming this list caters to clang-format tool too. If not, do let me know the concerned list.</div><div><br></div>Today I downloaded the clang-format plugin for Visual Studio and realized that when a function call contains 63-character string, the formatting of the function call changes. If you look at the samples below, you would find that 2nd function call got formatted correctly, whereas the 1st and last pulled the parameters down. Is this expected ? If not, any setting that i can set to get the 2nd format applied to the 1st and to the last call ? <div><div><pre style="font-family:Consolas;font-size:13px;background:white">RtlInitUnicodeString(
            &czString,
            L<span style="color:#a31515">"I am going to type a string that will be 63 characters only..\n"</span>);</pre></div><div><pre style="font-family:Consolas;font-size:13px;background:white">RtlInitUnicodeString(&czString, L<span style="color:#a31515">"I am going to type a string that "</span>
                                L<span style="color:#a31515">"will be 64 characters only...\n"</span>);</pre><pre style="font-family:Consolas;font-size:13px;background:white">RtlInitAnsiString(
    azString,
    L<span style="color:#a31515">"I am going to type a string that will be 63 characters only..\n"</span>);</pre></div></div>                                           </div></div></blockquote></div><br clear="all"><div class="gmail_default" style="font-family:courier new,monospace;font-size:large">Csaba</div><br>-- <br><div class="gmail_signature">GCS a+ e++ d- C++ ULS$ L+$ !E- W++ P+++$ w++$ tv+ b++ DI D++ 5++<br>The Tao of math: The numbers you can count are not the real numbers.<br>Life is complex, with real and imaginary parts.<br>"Ok, it boots. Which means it must be bug-free and perfect. " -- Linus Torvalds<br>"People disagree with me. I just ignore them." -- Linus Torvalds<br><br></div>
</div></div>