diff options
author | philhofer <phofer@umich.edu> | 2018-12-27 10:06:01 -0800 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2018-12-27 13:13:09 -0600 |
commit | 3e00fbc9b08dde9e2c7fc26ecb9e831417012dd1 (patch) | |
tree | 4bc5591969f665faf8a05251ec53e5e279643734 /src/rc/openrc-run.c | |
parent | 846e4600754dab3f0cb49edb4ad9e2b2b73d3f47 (diff) |
fix leading whitespace
Clean up code indented with mixed tabs and spaces.
No actual code changes.
This fixes #280.
Diffstat (limited to 'src/rc/openrc-run.c')
-rw-r--r-- | src/rc/openrc-run.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |