diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-10-28 18:57:19 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-10-28 18:57:19 +0200 |
commit | e4dcba1c103dc28e927e004791e331aaf604383d (patch) | |
tree | a18094ecc54fcea2cb523a802e0c414c3e6f85bf /loginutils/getty.c | |
parent | 776509544123c68bbc128c0fdb2f699062d294cf (diff) | |
download | busybox-w32-e4dcba1c103dc28e927e004791e331aaf604383d.tar.gz busybox-w32-e4dcba1c103dc28e927e004791e331aaf604383d.tar.bz2 busybox-w32-e4dcba1c103dc28e927e004791e331aaf604383d.zip |
*: whitespace fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'loginutils/getty.c')
-rw-r--r-- | loginutils/getty.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/loginutils/getty.c b/loginutils/getty.c index ab55ea4b0..76b0de449 100644 --- a/loginutils/getty.c +++ b/loginutils/getty.c | |||
@@ -387,7 +387,7 @@ static char *get_logname(char *logname, unsigned size_logname, | |||
387 | struct options *op, struct chardata *cp) | 387 | struct options *op, struct chardata *cp) |
388 | { | 388 | { |
389 | char *bp; | 389 | char *bp; |
390 | char c; /* input character, full eight bits */ | 390 | char c; /* input character, full eight bits */ |
391 | char ascval; /* low 7 bits of input character */ | 391 | char ascval; /* low 7 bits of input character */ |
392 | int bits; /* # of "1" bits per character */ | 392 | int bits; /* # of "1" bits per character */ |
393 | int mask; /* mask with 1 bit up */ | 393 | int mask; /* mask with 1 bit up */ |
@@ -580,7 +580,7 @@ int getty_main(int argc UNUSED_PARAM, char **argv) | |||
580 | chardata = init_chardata; | 580 | chardata = init_chardata; |
581 | 581 | ||
582 | memset(&options, 0, sizeof(options)); | 582 | memset(&options, 0, sizeof(options)); |
583 | options.login = _PATH_LOGIN; /* default login program */ | 583 | options.login = _PATH_LOGIN; /* default login program */ |
584 | options.tty = "tty1"; /* default tty line */ | 584 | options.tty = "tty1"; /* default tty line */ |
585 | options.initstring = ""; /* modem init string */ | 585 | options.initstring = ""; /* modem init string */ |
586 | #ifdef ISSUE | 586 | #ifdef ISSUE |