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-run.c | 2 +- src/rc/openrc-shutdown.c | 6 +++--- src/rc/rc-status.c | 2 +- src/rc/rc-wtmp.c | 4 ++-- src/rc/start-stop-daemon.c | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) (limited to 'src/rc') diff --git a/src/rc/openrc-run.c b/src/rc/openrc-run.c index 7649b04c..1958dbc8 100644 --- a/src/rc/openrc-run.c +++ b/src/rc/openrc-run.c @@ -1120,7 +1120,7 @@ int main(int argc, char **argv) char *dir, *save = NULL, *saveLnk = NULL; char *pidstr = NULL; size_t l = 0, ll; - const char *file; + const char *file; struct stat stbuf; /* Show help if insufficient args */ 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); diff --git a/src/rc/rc-status.c b/src/rc/rc-status.c index 8b73b812..33610fa1 100644 --- a/src/rc/rc-status.c +++ b/src/rc/rc-status.c @@ -244,7 +244,7 @@ print_stacked_services(const char *runlevel) int main(int argc, char **argv) { RC_SERVICE state; - RC_STRING *s, *l, *t, *level; + RC_STRING *s, *l, *t, *level; bool show_all = false; char *p, *runlevel = NULL; int opt, retval = 0; diff --git a/src/rc/rc-wtmp.c b/src/rc/rc-wtmp.c index 40cc280c..271ae7a6 100644 --- a/src/rc/rc-wtmp.c +++ b/src/rc/rc-wtmp.c @@ -43,8 +43,8 @@ void log_wtmp(const char *user, const char *id, pid_t pid, int type, strncpy(utmp.ut_id , id , sizeof(utmp.ut_id )); strncpy(utmp.ut_line, line, sizeof(utmp.ut_line)); - /* Put the OS version in place of the hostname */ - if (uname(&uname_buf) == 0) + /* Put the OS version in place of the hostname */ + if (uname(&uname_buf) == 0) strncpy(utmp.ut_host, uname_buf.release, sizeof(utmp.ut_host)); updwtmp(WTMP_FILE, &utmp); diff --git a/src/rc/start-stop-daemon.c b/src/rc/start-stop-daemon.c index a96b29f0..c59d3d5c 100644 --- a/src/rc/start-stop-daemon.c +++ b/src/rc/start-stop-daemon.c @@ -547,7 +547,7 @@ int main(int argc, char **argv) } else if (name) { *--argv = name; ++argc; - } else if (exec) { + } else if (exec) { *--argv = exec; ++argc; }; -- cgit v1.2.3