Replace hard tab with spaces

This commit is contained in:
Eden Salomon 2015-10-22 23:00:49 +03:00
parent 75152357c4
commit f00bca92b1

View File

@ -178,7 +178,7 @@ struct _GLFWwndconfig
GLFWbool focused; GLFWbool focused;
GLFWbool autoIconify; GLFWbool autoIconify;
GLFWbool floating; GLFWbool floating;
GLFWbool fullscreen; GLFWbool fullscreen;
_GLFWmonitor* monitor; _GLFWmonitor* monitor;
}; };