]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
little whitespace change
authorlordhavoc <lordhavoc@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 17 Oct 2001 19:17:21 +0000 (19:17 +0000)
committerlordhavoc <lordhavoc@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 17 Oct 2001 19:17:21 +0000 (19:17 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@936 d7cf8633-e32d-0410-b094-e92efae38249

vid_wgl.c

index b1417868d4904aba53c8bf8492234d15456921f9..1cc9cb01bebbea522a384385b480a147b9748888 100644 (file)
--- a/vid_wgl.c
+++ b/vid_wgl.c
@@ -724,11 +724,7 @@ void AppActivate(BOOL fActive, BOOL minimize)
 LONG CDAudio_MessageHandler(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
 
 /* main window procedure */
-LONG WINAPI MainWndProc (
-    HWND    hWnd,
-    UINT    uMsg,
-    WPARAM  wParam,
-    LPARAM  lParam)
+LONG WINAPI MainWndProc (HWND hWnd, UINT uMsg, WPARAM  wParam, LPARAM lParam)
 {
     LONG    lRet = 1;
        int             fActive, fMinimized, temp;