We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e53c59 commit a4b6b0eCopy full SHA for a4b6b0e
.test/lint.sh
@@ -6,7 +6,7 @@ SRC_DIR=$(cd $(dirname ${BASH_SOURCE:-$0}); cd ../; pwd)
6
7
lint_driver () {
8
pushd $SRC_DIR/src/drivers
9
- python3 $SRC_DIR/.test/bin/run-clang-format.py rtmouse.c
+ python3 $SRC_DIR/.test/bin/run-clang-format.py rtmouse_main.c
10
python3 $SRC_DIR/.test/bin/run-clang-format.py rtmouse.h
11
popd
12
}
0 commit comments