From: Darren Tucker Date: Wed, 18 Feb 2026 15:49:35 +0000 (-0500) Subject: Whitespace fix. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5e18432a27b909aa2194ef0b28a5d49f0e6b3a6;p=thirdparty%2Fopenssh-portable.git Whitespace fix. --- diff --git a/.github/configs b/.github/configs index ef9262615..7c2afcba6 100755 --- a/.github/configs +++ b/.github/configs @@ -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 */