Thread (8 messages) 8 messages, 1 author, 2017-12-20
STALE3129d
Revisions (2)
  1. v1 current
  2. v2 [diff vs current]

[PATCH 4/6] fsmonitor: Add a trailing newline to test-dump-fsmonitor

From: Alex Vandiver <hidden>
Date: 2017-12-19 00:29:46
Subsystem: the rest · Maintainer: Linus Torvalds

This makes it more readable when used for debugging from the
commandline.

Signed-off-by: Alex Vandiver <redacted>
---
 t/helper/test-dump-fsmonitor.c | 1 +
 1 file changed, 1 insertion(+)
diff --git a/t/helper/test-dump-fsmonitor.c b/t/helper/test-dump-fsmonitor.c
index 53b19b39b..4e56929f7 100644
--- a/t/helper/test-dump-fsmonitor.c
+++ b/t/helper/test-dump-fsmonitor.c
@@ -19,5 +19,6 @@ int cmd_main(int ac, const char **av)
 	for (i = 0; i < istate->cache_nr; i++)
 		printf((istate->cache[i]->ce_flags & CE_FSMONITOR_VALID) ? "+" : "-");
 
+	printf("\n");
 	return 0;
 }
-- 
2.15.1.626.gc4617b774
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help