Minor fix on indentation.

This commit is contained in:
Jinrong Xie 2014-12-25 12:02:26 -08:00
parent bfe1b60a49
commit c93cdcdbbd
2 changed files with 4 additions and 4 deletions

View File

@ -1543,7 +1543,7 @@ LRESULT CALLBACK fgPlatformWindowProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPAR
break; break;
} }
#endif #endif
//Added by Jinrong Xie (stonexjr@gmail.com) 12/24/2014 //Added by Jinrong Xie <stonexjr at gmail.com> 12/24/2014
//for SpaceNavigator support on Windows. //for SpaceNavigator support on Windows.
case WM_INPUT: case WM_INPUT:
if (fgHasSpaceball()) if (fgHasSpaceball())