cleaning up mixed tabs and spaces
[freeglut] / src / mswin / fg_menu_mswin.c
index 42d056b..78ea707 100644 (file)
@@ -85,7 +85,7 @@ void fgPlatformCheckMenuDeactivate(HWND newFocusWnd)
             /* window that got focus was not one of the active menus. That means we'll
              * close the active menu's unless the window that got focus was their parent */
             menu = fgGetActiveMenu();
-            
+
             if (newFocusWnd != menu->ParentWindow->Window.Handle)
             {
                 /* focus shifted to another window than the menu's parent, close menus */
@@ -108,6 +108,6 @@ int FGAPIENTRY __glutCreateMenuWithExit( void(* callback)( int ), void (__cdecl
 
 int FGAPIENTRY __glutCreateMenuUcallWithExit(void(*callback)(int, void*), void(__cdecl *exit_function)(int), void* user_data)
 {
-       __glutExitFunc = exit_function;
-       return glutCreateMenuUcall(callback, user_data);
+    __glutExitFunc = exit_function;
+    return glutCreateMenuUcall(callback, user_data);
 }