From 350635a59a000fa4561d0d8bbe6814b4b9df530c Mon Sep 17 00:00:00 2001 From: Ondrej Bilka Date: Thu, 6 Jun 2013 19:36:03 +0200 Subject: Fix leading whitespaces. --- inet/ruserpass.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inet') diff --git a/inet/ruserpass.c b/inet/ruserpass.c index 71a734dfda..6898d8f47c 100644 --- a/inet/ruserpass.c +++ b/inet/ruserpass.c @@ -108,7 +108,7 @@ ruserpass(host, aname, apass) which is no improvement. This really should call getpwuid(getuid()). */ /*hdir = ".";*/ - return -1; + return -1; } buf = alloca (strlen (hdir) + 8); -- cgit v1.2.3