commit | c693840fe81e59a308e0c6e3d2bafae728d1caff | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Mon Mar 24 02:18:03 2008 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Mon Mar 24 02:18:03 2008 +0000 |
tree | 10924edda7796e5242e460364c2f3587f2841c0f | |
parent | 42cc304e9084843ad6b153afaf4b3f6c6528c364 [diff] [blame] |
*: whitespace fixes, no code changes
diff --git a/libbb/safe_gethostname.c b/libbb/safe_gethostname.c index 1290f4c..3b24edb 100644 --- a/libbb/safe_gethostname.c +++ b/libbb/safe_gethostname.c
@@ -45,7 +45,7 @@ * 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);