summaryrefslogtreecommitdiff
path: root/libutil
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-07-23 11:23:36 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-07-23 11:23:36 +0000
commit1f020b178664857b0e107778d04fb971a58e6230 (patch)
treec1cd86593b5d354091e0fa3201c5789bec5c53ad /libutil
parentf1775381f91f1250b20f1949dfd0364ddb0ee9fc (diff)
- trim any trailing whitespace
Diffstat (limited to 'libutil')
-rw-r--r--libutil/login.c4
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