From e4dcba1c103dc28e927e004791e331aaf604383d Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Thu, 28 Oct 2010 18:57:19 +0200 Subject: *: whitespace fixes Signed-off-by: Denys Vlasenko --- loginutils/getty.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'loginutils/getty.c') 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, struct options *op, struct chardata *cp) { char *bp; - char c; /* input character, full eight bits */ + char c; /* input character, full eight bits */ char ascval; /* low 7 bits of input character */ int bits; /* # of "1" bits per character */ int mask; /* mask with 1 bit up */ @@ -580,7 +580,7 @@ int getty_main(int argc UNUSED_PARAM, char **argv) chardata = init_chardata; memset(&options, 0, sizeof(options)); - options.login = _PATH_LOGIN; /* default login program */ + options.login = _PATH_LOGIN; /* default login program */ options.tty = "tty1"; /* default tty line */ options.initstring = ""; /* modem init string */ #ifdef ISSUE -- cgit v1.2.3