[PATCH v2 7/7] tests/quotactl-xfs.c: fix indentation

Zhibin Li 08826794brmt at gmail.com
Thu Jul 12 09:32:14 UTC 2018


---
 tests/quotactl-xfs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/quotactl-xfs.c b/tests/quotactl-xfs.c
index 30d20c1b..ecc2788a 100644
--- a/tests/quotactl-xfs.c
+++ b/tests/quotactl-xfs.c
@@ -213,7 +213,7 @@ main(void)
 	TAIL_ALLOC_OBJECT_CONST_PTR(struct fs_quota_statv, xqstatv);
 	TAIL_ALLOC_OBJECT_CONST_PTR(uint32_t, flags);
 	char *unterminated = tail_memdup(unterminated_data,
-		sizeof(unterminated_data));
+					 sizeof(unterminated_data));
 
 	snprintf(bogus_special_str, sizeof(bogus_special_str), "%p",
 		 bogus_special);
-- 
2.14.4



More information about the Strace-devel mailing list