diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-07-23 11:23:36 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-07-23 11:23:36 +0000 |
commit | 1f020b178664857b0e107778d04fb971a58e6230 (patch) | |
tree | c1cd86593b5d354091e0fa3201c5789bec5c53ad /libutil/login.c | |
parent | f1775381f91f1250b20f1949dfd0364ddb0ee9fc (diff) | |
download | uClibc-alpine-1f020b178664857b0e107778d04fb971a58e6230.tar.bz2 uClibc-alpine-1f020b178664857b0e107778d04fb971a58e6230.tar.xz |
- trim any trailing whitespace
Diffstat (limited to 'libutil/login.c')
-rw-r--r-- | libutil/login.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libutil/login.c b/libutil/login.c index 2e9a5cb25..bd1dd29ee 100644 --- a/libutil/login.c +++ b/libutil/login.c @@ -12,9 +12,9 @@ void login (const struct utmp *entry) utmpname(_PATH_UTMP); setutent(); -#if _HAVE_UT_TYPE - 0 +#if _HAVE_UT_TYPE - 0 copy.ut_type = USER_PROCESS; -#endif +#endif #if _HAVE_UT_PID - 0 copy.ut_pid = getpid(); #endif |