Fixup whitespace damage in the two previous commits
[fio.git] / iolog.c
diff --git a/iolog.c b/iolog.c
index 7448ecfcc1cfe52729c449d62a80ab85c89e909e..dfa329fc2e75d7fc0191ada7d227d113762ec434 100644 (file)
--- a/iolog.c
+++ b/iolog.c
@@ -876,12 +876,12 @@ int iolog_file_inflate(const char *file)
        if (ret < 0) {
                perror("fread");
                fclose(f);
-                free(buf);
+               free(buf);
                return 1;
        } else if (ret != 1) {
                log_err("fio: short read on reading log\n");
                fclose(f);
-                free(buf);
+               free(buf);
                return 1;
        }