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 128c944 commit 77f77fcCopy full SHA for 77f77fc
run_clang_format.sh
@@ -1,6 +1,6 @@
1
#! /bin/bash
2
3
-files=`find src -type f \( -name '*.c' -o -name '*.h'\) -not -path "src/tp/isotp-c/*"`
+files=`find src -type f \( -name '*.c' -o -name '*.h' \) -not -path "src/tp/isotp-c/*"`
4
5
for file in $files ; do
6
if [ -z "$CHECK_FORMAT" ] ; then
0 commit comments