]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Whitespace fix.
authorDarren Tucker <dtucker@dtucker.net>
Wed, 18 Feb 2026 15:49:35 +0000 (10:49 -0500)
committerDarren Tucker <dtucker@dtucker.net>
Wed, 18 Feb 2026 15:49:35 +0000 (10:49 -0500)
.github/configs

index ef926261535905fdac5bac818f99d762b4bce3d9..7c2afcba672de9f6e97024fe2962b5c1d20605c6 100755 (executable)
@@ -52,7 +52,7 @@ case "$config" in
        CONFIGFLAGS="--with-xauth=/usr/bin/xauth --with-security-key-builtin"
        CONFIGFLAGS="$CONFIGFLAGS --with-kerberos5=/usr --with-libedit --disable-strip"
        ;;
-   clang-12-Werror)
+    clang-12-Werror)
        CC="clang-12"
        # clang's implicit-fallthrough requires that the code be annotated with
        # __attribute__((fallthrough)) and does not understand /* FALLTHROUGH */