Minor fix on indentation.
authorJinrong Xie <jrxie@ucdavis.edu>
Mon, 29 Jun 2015 10:09:20 +0000 (10:09 +0000)
committerDiederick Niehorster <dcnieho@gmail.com>
Mon, 29 Jun 2015 10:09:20 +0000 (10:09 +0000)
(cherry picked from commit c93cdcdbbd8e3611ad3e8a0ca32bba9be2ff0c2c)

(cherry picked from commit c93cdcdbbd8e3611ad3e8a0ca32bba9be2ff0c2c)

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@1763 7f0cb862-5218-0410-a997-914c9d46530a

src/mswin/fg_main_mswin.c
src/mswin/fg_spaceball_mswin.c

index b384b08..17d00e1 100644 (file)
@@ -1543,8 +1543,8 @@ LRESULT CALLBACK fgPlatformWindowProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPAR
                break;
        }
 #endif
-    //Added by Jinrong Xie (stonexjr@gmail.com) 12/24/2014
-    //for SpaceNavigator support on Windows.
+       //Added by Jinrong Xie <stonexjr at gmail.com> 12/24/2014
+       //for SpaceNavigator support on Windows.
        case WM_INPUT:
                if (fgHasSpaceball())
                {
index 5a0d85d..09f6a96 100644 (file)
@@ -53,7 +53,7 @@ RAWINPUTDEVICE __fgSpaceball = { 0x01, 0x08, 0x00, 0x00 };
 void fgPlatformInitializeSpaceball(void)
 {
        HWND hwnd;
-    sball_initialized = 1;
+       sball_initialized = 1;
        if (!fgStructure.CurrentWindow)
        {
                sball_initialized = 0;
@@ -188,4 +188,4 @@ void fgSpaceballHandleWinEvent(HWND hwnd, WPARAM wParam, LPARAM lParam)
                        __fgSpaceKeystate = dwKeystate;
                }
        }
-}
\ No newline at end of file
+}