From 12a58661ff0efeae15407ffd81a8eefc450436b2 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Mon, 9 Apr 2018 12:26:18 -0700 Subject: [PATCH] AOSP: libext2fs: fix indentation whitespace This fixes some whitespace inconsistency caused by change 3d7abcc. Signed-off-by: Theodore Ts'o Change-Id: I39862e542d1a502fac2f31ff08177d16db56d0c0 From AOSP commit: df538fa7eef0e67546f8abfc7d4eb1e8503cd9a4 --- lib/ext2fs/openfs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ext2fs/openfs.c b/lib/ext2fs/openfs.c index e159bb9..0c8ad24 100644 --- a/lib/ext2fs/openfs.c +++ b/lib/ext2fs/openfs.c @@ -96,8 +96,8 @@ errcode_t ext2fs_open(const char *name, int flags, int superblock, static void block_sha_map_free_entry(void *data) { - free(data); - return; + free(data); + return; } /* -- 1.8.3.1