From 3e00fbc9b08dde9e2c7fc26ecb9e831417012dd1 Mon Sep 17 00:00:00 2001 From: philhofer Date: Thu, 27 Dec 2018 10:06:01 -0800 Subject: fix leading whitespace Clean up code indented with mixed tabs and spaces. No actual code changes. This fixes #280. --- src/rc/openrc-shutdown.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/rc/openrc-shutdown.c') diff --git a/src/rc/openrc-shutdown.c b/src/rc/openrc-shutdown.c index 2c8863bb..45936052 100644 --- a/src/rc/openrc-shutdown.c +++ b/src/rc/openrc-shutdown.c @@ -111,8 +111,8 @@ static void create_nologin(int mins) t += 60 * mins; if ((fp = fopen(nologin_file, "w")) != NULL) { - fprintf(fp, "\rThe system is going down on %s\r\n", ctime(&t)); - fclose(fp); + fprintf(fp, "\rThe system is going down on %s\r\n", ctime(&t)); + fclose(fp); } } @@ -122,7 +122,7 @@ static void create_nologin(int mins) static void send_cmd(const char *cmd) { FILE *fifo; - size_t ignored; + size_t ignored; if (do_dryrun) { einfo("Would send %s to init", cmd); -- cgit v1.2.3