- (djm) Clean up. Strip some unnecessary differences with OpenBSD's code,
   tidy necessary differences. Use Markus' new debugN() in entropy.c
diff --git a/authfile.c b/authfile.c
index 66bdc0e..c8eac18 100644
--- a/authfile.c
+++ b/authfile.c
@@ -479,9 +479,9 @@
 	if (fd < 0)
 		return 0;
 
-	/* check owner and modes.  */
+	/* check owner and modes */
 #ifdef HAVE_CYGWIN
-        if (check_ntsec(filename))
+	if (check_ntsec(filename))
 #endif
 	if (fstat(fd, &st) < 0 ||
 	    (st.st_uid != 0 && st.st_uid != getuid()) ||