diff options
author | Denis Vlasenko | 2007-04-12 00:32:05 +0000 |
---|---|---|
committer | Denis Vlasenko | 2007-04-12 00:32:05 +0000 |
commit | 51742f4bb0c57a4d5063ece9437a2f34a42e52c8 (patch) | |
tree | 7a912fc65ff43bdb09078d75bfc02ad8f5380b47 /libbb/login.c | |
parent | 50f7f446ecaadef6895a4ee601567e0b68330637 (diff) | |
download | busybox-51742f4bb0c57a4d5063ece9437a2f34a42e52c8.zip busybox-51742f4bb0c57a4d5063ece9437a2f34a42e52c8.tar.gz |
style fixes. No code changes
Diffstat (limited to 'libbb/login.c')
-rw-r--r-- | libbb/login.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/login.c b/libbb/login.c index 6ebb9a6..f3a3357 100644 --- a/libbb/login.c +++ b/libbb/login.c @@ -43,7 +43,7 @@ void print_login_issue(const char *issue_file, const char *tty) outbuf = buf; buf[0] = c; buf[1] = '\0'; - if(c == '\n') { + if (c == '\n') { buf[1] = '\r'; buf[2] = '\0'; } |