]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
whitespace
authorDamien Miller <djm@mindrot.org>
Thu, 6 Jun 2024 17:31:02 +0000 (03:31 +1000)
committerDamien Miller <djm@mindrot.org>
Thu, 6 Jun 2024 17:31:02 +0000 (03:31 +1000)
sshd.c

diff --git a/sshd.c b/sshd.c
index 36e3773ce5df6ef52f9a4159edf38fd66063069b..1cc438a71c64294fbefcb258bcb5646aa124fbf8 100644 (file)
--- a/sshd.c
+++ b/sshd.c
@@ -1337,7 +1337,7 @@ main(int ac, char **av)
                if (sb.st_uid != 0 || (sb.st_mode & (S_IWGRP|S_IWOTH)) != 0)
 #endif
                        fatal("%s must be owned by root and not group or "
-                           "world-writable.", _PATH_PRIVSEP_CHROOT_DIR);       
+                           "world-writable.", _PATH_PRIVSEP_CHROOT_DIR);
        }
 
        if (test_flag > 1)