From f7996f3b700a22797565e9aa57e251e6e3ac1e4d Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Thu, 11 Jan 2007 17:20:00 +0000 Subject: Trailing whitespace removal over entire tree --- loginutils/deluser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'loginutils/deluser.c') diff --git a/loginutils/deluser.c b/loginutils/deluser.c index 869b22013..d07fd22ac 100644 --- a/loginutils/deluser.c +++ b/loginutils/deluser.c @@ -19,7 +19,7 @@ static void del_line_matching(const char *login, const char *filename) int len = strlen(login); int found = 0; llist_t *plist = NULL; - + passwd = fopen_or_warn(filename, "r"); if (!passwd) return; -- cgit v1.2.3-55-g6feb