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

(cherry picked from commit bfe1b60a499ab12e648d9d68c8012b35fa5eec11)

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

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

index 247312d..b384b08 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@gmail.com) 12/24/2014
+    //for SpaceNavigator support on Windows.
        case WM_INPUT:
                if (fgHasSpaceball())
                {
index ba2ccf0..5a0d85d 100644 (file)
@@ -10,7 +10,7 @@
  * Copyright (c) 2014 Jinrong Xie. All Rights Reserved.
  * Written by Jinrong Xie <stonexjr at gmail.com>
  * Modification date: Wed Dec 24, 2014
-
+ *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),
  * to deal in the Software without restriction, including without limitation