Missed a tab / space format. Looked ugly in diff
authorGed Murphy <gedmurphy@reactos.org>
Tue, 13 Dec 2005 22:12:01 +0000 (22:12 +0000)
committerGed Murphy <gedmurphy@reactos.org>
Tue, 13 Dec 2005 22:12:01 +0000 (22:12 +0000)
svn path=/trunk/; revision=20153

reactos/apps/utils/getfirefox/getfirefox.c

index 62bab31..41d5a70 100644 (file)
@@ -354,7 +354,7 @@ dlProc(HWND Dlg, UINT Msg, WPARAM wParam, LPARAM lParam)
       if (wParam == IDCANCEL)
         {
           SetWindowLongPtrW(Dlg, GWLP_USERDATA, 1);
-                 PostMessage(Dlg, WM_CLOSE, 0, 0);
+          PostMessage(Dlg, WM_CLOSE, 0, 0);
         }
       return FALSE;