summaryrefslogtreecommitdiffstats
path: root/opt.c
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2020-11-09 16:26:02 -0500
committerTavian Barnes <tavianator@tavianator.com>2020-11-09 16:26:02 -0500
commit0e80632397f581380441a4165247cd46f4bfcda0 (patch)
tree45fc3b8905fc13f4bae2a32a18b83a96a9538252 /opt.c
parentffa9f8803ef2e0e9ffbfa8169dc6d7d338b14116 (diff)
downloadbfs-0e80632397f581380441a4165247cd46f4bfcda0.tar.xz
Use two newlines for all pre-eval warnings
Diffstat (limited to 'opt.c')
-rw-r--r--opt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/opt.c b/opt.c
index d342406..9876f3d 100644
--- a/opt.c
+++ b/opt.c
@@ -1016,7 +1016,7 @@ int bfs_optimize(struct bfs_ctx *ctx) {
ctx->expr = ignore_result(&state, ctx->expr);
if (facts_are_impossible(&facts_when_impure)) {
- bfs_warning(ctx, "This command won't do anything.\n");
+ bfs_warning(ctx, "This command won't do anything.\n\n");
}
const struct range *depth_when_impure = &facts_when_impure.ranges[DEPTH_RANGE];