From 7a897dd8a93b1416efe802e676cec6dc2c204b36 Mon Sep 17 00:00:00 2001 From: Trevor Gross Date: Wed, 20 Nov 2024 08:11:03 -0500 Subject: [PATCH] ci: Remove some trailing whitespace (backport ) (cherry picked from commit 0892b447b021973e4285da6d4c6074b2bcc8dae8) --- ci/style.rs | 2 +- ci/style.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/style.rs b/ci/style.rs index dbc8c633cffab..c4e0fb0db8058 100644 --- a/ci/style.rs +++ b/ci/style.rs @@ -100,7 +100,7 @@ fn check_style(file: &str, path: &Path, err: &mut Errors) { // FIXME: see below // let mut s_macros = 0; - + let mut f_macros = 0; let mut in_impl = false; diff --git a/ci/style.sh b/ci/style.sh index 17a47d037360a..c758712012e16 100755 --- a/ci/style.sh +++ b/ci/style.sh @@ -75,7 +75,7 @@ fi export LC_ALL=C for file in libc-test/semver/*.txt; do - case "$file" in + case "$file" in *TODO*) continue ;; esac