fix indentation in previous commit

This commit is contained in:
ds77
2017-02-13 12:00:59 +01:00
parent 168d9b8006
commit 6220bfc924
+2 -2
View File
@@ -109,9 +109,9 @@ static clock_t g_time = 0;
method = FILE_BEGIN; method = FILE_BEGIN;
if (SetFilePointerEx((HANDLE) _get_osfhandle(_fileno(file)), off, NULL, method)) if (SetFilePointerEx((HANDLE) _get_osfhandle(_fileno(file)), off, NULL, method))
return 0; return 0;
else else
return -1; return -1;
} }
#else #else
# define LONG_SEEK fseek # define LONG_SEEK fseek