This makes it more readable when used for debugging from the commandline. Signed-off-by: Alex Vandiver <alexmv@xxxxxxxxxxx> --- 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