From 13ac737f2fade3b3bd80335572ec919821354e7b Mon Sep 17 00:00:00 2001 From: op Date: Thu, 30 Mar 2023 19:01:25 +0000 Subject: [PATCH] tabify two lines --- usr.bin/mg/main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr.bin/mg/main.c b/usr.bin/mg/main.c index 2e580b1499e..b8eb798b2b5 100644 --- a/usr.bin/mg/main.c +++ b/usr.bin/mg/main.c @@ -1,4 +1,4 @@ -/* $OpenBSD: main.c,v 1.93 2023/03/30 19:00:02 op Exp $ */ +/* $OpenBSD: main.c,v 1.94 2023/03/30 19:01:25 op Exp $ */ /* This file is in the public domain. */ @@ -111,9 +111,9 @@ main(int argc, char **argv) } if ((ffp = startupfile(NULL, conffile, file, sizeof(file))) == NULL && conffile != NULL) { - fprintf(stderr, "%s: Problem with file: %s\n", __progname, + fprintf(stderr, "%s: Problem with file: %s\n", __progname, conffile); - exit(1); + exit(1); } argc -= optind; -- 2.20.1