From c693840fe81e59a308e0c6e3d2bafae728d1caff Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Mon, 24 Mar 2008 02:18:03 +0000 Subject: *: whitespace fixes, no code changes --- libbb/safe_gethostname.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbb/safe_gethostname.c') diff --git a/libbb/safe_gethostname.c b/libbb/safe_gethostname.c index 1290f4ca7..3b24edba5 100644 --- a/libbb/safe_gethostname.c +++ b/libbb/safe_gethostname.c @@ -45,7 +45,7 @@ char *safe_gethostname(void) * name and an 8-byte nodename), but this is true on Linux. The same holds * for setdomainname(2) and the domainname field. */ - + /* Uname can fail only if you pass a bad pointer to it. */ uname(&uts); -- cgit v1.2.3