fix formatting

svn path=/trunk/; revision=35997
This commit is contained in:
Christoph von Wittich 2008-09-06 17:24:02 +00:00
parent 3ac73d668f
commit 7736cc6aef

View file

@ -93,7 +93,7 @@ ToolsPageWndProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)
FillListView();
return TRUE;
}
case WM_COMMAND:
case WM_COMMAND:
{
switch (LOWORD(wParam))
{
@ -178,7 +178,7 @@ ToolsPageWndProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)
break;
}
}
}
}
}
break;
}