summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmar Polo <op@cvs.openbsd.org>2023-03-30 19:01:26 +0000
committerOmar Polo <op@cvs.openbsd.org>2023-03-30 19:01:26 +0000
commitab906e3fd2bf2b8859f1ea5f72821bed1bb986c9 (patch)
treec2d068f4fc7be545dc4326fc9742c0eec5712fc8
parentffad62ea3eed2a9f18e3feea09bd1735c8e2ba8e (diff)
tabify two lines
-rw-r--r--usr.bin/mg/main.c6
1 files 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;