Try to make indent formatting less horrible
[oweals/busybox.git] / libbb / login.c
index 67636e6b54e7dd69ba9e7a6f4881aff1724d763a..3f67a819a947f82e67a97870c32876e12ff26522 100644 (file)
@@ -45,7 +45,7 @@ void print_login_issue(const char *issue_file, const char *tty)
        time(&t);
        uname(&uts);
 
-       puts("");       /* start a new line */
+       puts("\r");     /* start a new line */
 
        if ((fd = fopen(issue_file, "r"))) {
                while ((c = fgetc(fd)) != EOF) {