From 0e80632397f581380441a4165247cd46f4bfcda0 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Mon, 9 Nov 2020 16:26:02 -0500 Subject: Use two newlines for all pre-eval warnings --- eval.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eval.c') diff --git a/eval.c b/eval.c index 6837e44..6c15503 100644 --- a/eval.c +++ b/eval.c @@ -1464,7 +1464,7 @@ int bfs_eval(const struct bfs_ctx *ctx) { if (ctx->status) { args.bar = bfs_bar_show(); if (!args.bar) { - bfs_warning(ctx, "Couldn't show status bar: %m.\n"); + bfs_warning(ctx, "Couldn't show status bar: %m.\n\n"); } } -- cgit v1.2.3