Skip to content

Commit 0892b44

Browse files
committed
ci: Remove some trailing whitespace
1 parent 09a2bcf commit 0892b44

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/style.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ fn check_style(file: &str, path: &Path, err: &mut Errors) {
100100

101101
// FIXME: see below
102102
// let mut s_macros = 0;
103-
103+
104104
let mut f_macros = 0;
105105
let mut in_impl = false;
106106

ci/style.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ fi
7575
export LC_ALL=C
7676

7777
for file in libc-test/semver/*.txt; do
78-
case "$file" in
78+
case "$file" in
7979
*TODO*) continue ;;
8080
esac
8181

0 commit comments

Comments
 (0)