Skip to content

Commit

Permalink
ci: Remove some trailing whitespace
Browse files Browse the repository at this point in the history
(backport <#4124>)
(cherry picked from commit 0892b44)
  • Loading branch information
tgross35 committed Nov 20, 2024
1 parent 0961b87 commit 7a897dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/style.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
2 changes: 1 addition & 1 deletion ci/style.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7a897dd

Please sign in to comment.