[SHELL32]: Code formatting only.
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sun, 18 Sep 2016 19:36:05 +0000 (19:36 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sun, 18 Sep 2016 19:36:05 +0000 (19:36 +0000)
svn path=/trunk/; revision=72731

reactos/dll/win32/shell32/dialogs/dialogs.cpp

index 17ca8a9..3d66374 100644 (file)
@@ -914,10 +914,11 @@ INT_PTR CALLBACK LogOffDialogProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lP
             {
                 case IDOK:
                     ExitWindowsEx(EWX_LOGOFF, 0);
-                break;
+                    break;
+
                 case IDCANCEL:
                     EndDialog(hwnd, IDCANCEL);
-                break;
+                    break;
             }
             break;
 
@@ -956,8 +957,8 @@ int WINAPI RestartDialog(HWND hWndOwner, LPCWSTR lpstrReason, DWORD uFlags)
  * ExitWindowsDialog_backup
  *
  * NOTES
- *     used as a backup solution to shutdown the OS in case msgina.dll somehow
- *     cannot be found.
+ *     Used as a backup solution to shutdown the OS in case msgina.dll
+ *     somehow cannot be found.
  */
 VOID ExitWindowsDialog_backup(HWND hWndOwner)
 {