From 9213a9e0f2d8fd638ecd02e2628d96dd5c7d233e Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sun, 17 Sep 2006 16:28:10 +0000 Subject: whitespace cleanup --- libbb/login.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbb/login.c') diff --git a/libbb/login.c b/libbb/login.c index a7f8de41f..646995b0b 100644 --- a/libbb/login.c +++ b/libbb/login.c @@ -72,7 +72,7 @@ void print_login_issue(const char *issue_file, const char *tty) case 'D': case 'o': c = getdomainname(buf, sizeof(buf) - 1); - buf[c >= 0 ? c : 0] = '\0'; + buf[c >= 0 ? c : 0] = '\0'; break; case 'd': -- cgit v1.2.3