]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
AOSP: libext2fs: fix indentation whitespace
authorDavid Anderson <dvander@google.com>
Mon, 9 Apr 2018 19:26:18 +0000 (12:26 -0700)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 21 Jun 2018 13:45:07 +0000 (09:45 -0400)
This fixes some whitespace inconsistency caused by change 3d7abcc.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Change-Id: I39862e542d1a502fac2f31ff08177d16db56d0c0
From AOSP commit: df538fa7eef0e67546f8abfc7d4eb1e8503cd9a4

lib/ext2fs/openfs.c

index e159bb960fc7e54fd89577f15db48a8935bce7bd..0c8ad24e57815f08fb19ec57604d9a92de8fee72 100644 (file)
@@ -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;
 }
 
 /*