<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Aug 27, 2016 at 9:12 PM, Ruslan Kabatsayev <span dir="ltr"><<a href="mailto:b7.10110111@gmail.com" target="_blank">b7.10110111@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Sat, Aug 27, 2016 at 12:31 PM, Aaryaman Vasishta<br>
<<a href="mailto:jem456.vasishta@gmail.com">jem456.vasishta@gmail.com</a>> wrote:<br>
>><br>
>> +INT_PTR CALLBACK system_tab_proc(HWND hsystab, UINT msg, WPARAM wparam,<br>
>> LPARAM lparam)<br>
>> +{<br>
>> +    switch(msg)<br>
>> +    {<br>
>> +    case WM_COMMAND:<br>
>> +        switch(HIWORD(wparam))<br>
>> +        {<br>
>> +        case BN_CLICKED:<br>
>> +            switch(wparam)<br>
>> +            {<br>
>> +            case IDC_WHQL_CHECKBOX:<br>
>> +            {<br>
>> +                update_dxdiag_info();<br>
>> +                return TRUE;<br>
>> +            }<br>
>> +            }<br>
>> +            break;<br>
><br>
> There's an indentation issue here.<br>
</span>Is there? Looking at original main.c I see that "case" labels are also<br>
unindented there. Or do you mean something other?<br></blockquote><div>Ah, my bad. I didn't really look at the whole file. If it's consistent with the rest of the file then it's fine :)<br><br></div><div>Cheers,<br></div><div>Aaryaman<br></div><div><br> <br></div></div><br></div></div>