about summary refs log tree commit diff
path: root/inet
diff options
context:
space:
mode:
Diffstat (limited to 'inet')
-rw-r--r--inet/ruserpass.c2
1 files changed, 1 insertions, 1 deletions
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);