From 1f020b178664857b0e107778d04fb971a58e6230 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Wed, 23 Jul 2008 11:23:36 +0000 Subject: - trim any trailing whitespace --- libutil/login.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libutil') 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 -- cgit v1.2.3