From: Jens Axboe Date: Thu, 19 Feb 2015 16:47:34 +0000 (-0800) Subject: Fixup whitespace damage in the two previous commits X-Git-Tag: fio-2.2.6~8 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=bb1116fe9a53154447bb4305ed9d9fd42d2a6aa1 Fixup whitespace damage in the two previous commits Signed-off-by: Jens Axboe --- diff --git a/iolog.c b/iolog.c index 7448ecfc..dfa329fc 100644 --- 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; } diff --git a/lib/axmap.c b/lib/axmap.c index 195d333c..9153df51 100644 --- a/lib/axmap.c +++ b/lib/axmap.c @@ -125,7 +125,7 @@ err: free(axmap->levels[i].map); free(axmap->levels); - free(axmap); + free(axmap); return NULL; }