diff options
Diffstat (limited to 'plugins/Clist_modern/modern_clcopts.cpp')
-rw-r--r-- | plugins/Clist_modern/modern_clcopts.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/Clist_modern/modern_clcopts.cpp b/plugins/Clist_modern/modern_clcopts.cpp index a7f4312d3c..2cce5a111c 100644 --- a/plugins/Clist_modern/modern_clcopts.cpp +++ b/plugins/Clist_modern/modern_clcopts.cpp @@ -1880,8 +1880,7 @@ static INT_PTR CALLBACK DlgProcModernOptions(HWND hwndDlg, UINT msg, WPARAM wPar static bool bInit = true;
- switch (msg)
- {
+ switch (msg) {
case WM_INITDIALOG:
{
bInit = true;
|