From 0a84e2caef84b3d8915ba0ed6fc3de20c1ae7b37 Mon Sep 17 00:00:00 2001 From: terminx Date: Sun, 7 Oct 2018 05:20:52 +0000 Subject: [PATCH] Untabify polymost.h git-svn-id: https://svn.eduke32.com/eduke32@7009 1a8010ca-5511-0410-912e-c29ae57300e0 --- source/build/include/polymost.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/build/include/polymost.h b/source/build/include/polymost.h index 34e61dcaa..332544afa 100644 --- a/source/build/include/polymost.h +++ b/source/build/include/polymost.h @@ -22,8 +22,8 @@ extern float gcosang, gsinang, gcosang2, gsinang2; extern float gchang, gshang, gctang, gstang, gvisibility; struct glfiltermodes { - const char *name; - int32_t min,mag; + const char *name; + int32_t min,mag; }; #define NUMGLFILTERMODES 6 extern struct glfiltermodes glfiltermodes[NUMGLFILTERMODES];