From 73a7b6b352cce72edd74f62abb3d1280e62bfc1f Mon Sep 17 00:00:00 2001 From: The Phantom Derpstorm Date: Wed, 13 Sep 2017 01:23:06 -0400 Subject: fix usage of tabs --- c-api/compat-5.3.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'c-api') diff --git a/c-api/compat-5.3.c b/c-api/compat-5.3.c index 9723d25..9d63b5d 100644 --- a/c-api/compat-5.3.c +++ b/c-api/compat-5.3.c @@ -530,11 +530,11 @@ COMPAT53_API int luaL_loadfilex (lua_State *L, const char *filename, const char else { lua_pushfstring(L, "@%s", filename); #if defined(_MSC_VER) - /* this code is here to stop a deprecation error that - * stops builds if a certain macro is defined - * while normally not caring would be best, some - * header-only libraries and builds can't afford - * to dictate this to the user*/ + /* this code is here to stop a deprecation error that + * stops builds if a certain macro is defined + * while normally not caring would be best, some + * header-only libraries and builds can't afford + * to dictate this to the user*/ /* a quick check shows that fopen_s this goes back to VS 2005, * and _fsopen goes back to VS 2003 .NET, possibly even before that * so we don't need to do any version number checks, -- cgit v1.2.3-55-g6feb