]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
fix indentation in previous commit 542/head
authords77 <ds77@users.noreply.github.com>
Mon, 13 Feb 2017 11:00:59 +0000 (12:00 +0100)
committerds77 <ds77@users.noreply.github.com>
Mon, 13 Feb 2017 11:00:59 +0000 (12:00 +0100)
programs/fileio.c

index 51b1a94ec0f1a8b88ee2866b7dd0ea6e3ad5551c..be1ada30bc8835a6ae2f86211c18734ee88c8653 100644 (file)
@@ -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