Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit a7b2c050 authored by Vladimir Zapolskiy's avatar Vladimir Zapolskiy Committed by Michael Bestas
Browse files

erofs: correct indentation of an assigned structure inside a function



Trivial change, the expected indentation ruled by the coding style
hasn't been met.

Change-Id: I1c6c75ea37d1cd560ad6560aa0d6b7fc1256658b
Signed-off-by: default avatarVladimir Zapolskiy <vladimir@tuxera.com>
Link: https://lore.kernel.org/r/20200102120232.15074-1-vladimir@tuxera.com


Reviewed-by: default avatarChao Yu <yuchao0@huawei.com>
Signed-off-by: default avatarGao Xiang <gaoxiang25@huawei.com>
parent b6f2a7b1
Loading
Loading
Loading
Loading
+9 −8
Original line number Diff line number Diff line
@@ -49,7 +49,8 @@ static inline const struct xattr_handler *erofs_xattr_handler(unsigned int idx)
	static const struct xattr_handler *xattr_handler_map[] = {
		[EROFS_XATTR_INDEX_USER] = &erofs_xattr_user_handler,
#ifdef CONFIG_EROFS_FS_POSIX_ACL
	[EROFS_XATTR_INDEX_POSIX_ACL_ACCESS] = &posix_acl_access_xattr_handler,
		[EROFS_XATTR_INDEX_POSIX_ACL_ACCESS] =
			&posix_acl_access_xattr_handler,
		[EROFS_XATTR_INDEX_POSIX_ACL_DEFAULT] =
			&posix_acl_default_xattr_handler,
#endif