From: ds77 Date: Mon, 13 Feb 2017 11:00:59 +0000 (+0100) Subject: fix indentation in previous commit X-Git-Tag: v1.1.4~1^2~70^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F542%2Fhead;p=thirdparty%2Fzstd.git fix indentation in previous commit --- diff --git a/programs/fileio.c b/programs/fileio.c index 51b1a94ec..be1ada30b 100644 --- a/programs/fileio.c +++ b/programs/fileio.c @@ -109,9 +109,9 @@ static clock_t g_time = 0; method = FILE_BEGIN; if (SetFilePointerEx((HANDLE) _get_osfhandle(_fileno(file)), off, NULL, method)) - return 0; + return 0; else - return -1; + return -1; } #else # define LONG_SEEK fseek