From bb1116fe9a53154447bb4305ed9d9fd42d2a6aa1 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Thu, 19 Feb 2015 08:47:34 -0800 Subject: [PATCH] Fixup whitespace damage in the two previous commits Signed-off-by: Jens Axboe --- iolog.c | 4 ++-- lib/axmap.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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; } -- 2.25.1