From f00bca92b178a75140b4c4ee89c20ba451cb4247 Mon Sep 17 00:00:00 2001 From: Eden Salomon Date: Thu, 22 Oct 2015 23:00:49 +0300 Subject: [PATCH] Replace hard tab with spaces --- src/internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/internal.h b/src/internal.h index a25c2daf8..42b932918 100644 --- a/src/internal.h +++ b/src/internal.h @@ -178,7 +178,7 @@ struct _GLFWwndconfig GLFWbool focused; GLFWbool autoIconify; GLFWbool floating; - GLFWbool fullscreen; + GLFWbool fullscreen; _GLFWmonitor* monitor; };