*: whitespace fixes, no code changes
diff --git a/libbb/login.c b/libbb/login.c
index a711a54..a5be2c8 100644
--- a/libbb/login.c
+++ b/libbb/login.c
@@ -89,7 +89,7 @@
void print_login_prompt(void)
{
char *hostname = safe_gethostname();
-
+
fputs(hostname, stdout);
fputs(LOGIN, stdout);
fflush(stdout);
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);