[SNDVOL32] Fix coding style issues. No code changes!

This commit is contained in:
Eric Kohl 2019-02-10 13:28:58 +01:00
parent d56d9c1aaa
commit b995880ee4
2 changed files with 16 additions and 16 deletions

View file

@ -573,7 +573,7 @@ UpdateDialogLineSwitchControl(
WCHAR LineName[MIXER_LONG_NAME_CHARS];
/* find the index of this line */
for(Index = 0; Index < PrefContext->Count; Index++)
for (Index = 0; Index < PrefContext->Count; Index++)
{
/* get id */
wID = (Index + 1) * IDC_LINE_NAME;
@ -621,7 +621,7 @@ UpdateDialogLineSliderControl(
WCHAR LineName[MIXER_LONG_NAME_CHARS];
/* find the index of this line */
for(Index = 0; Index < PrefContext->Count; Index++)
for (Index = 0; Index < PrefContext->Count; Index++)
{
/* get id */
wID = (Index + 1) * IDC_LINE_NAME;