Skip to content

Commit 77f77fc

Browse files
committed
fix run_clang_format.sh
1 parent 128c944 commit 77f77fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_clang_format.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/bash
22

3-
files=`find src -type f \( -name '*.c' -o -name '*.h'\) -not -path "src/tp/isotp-c/*"`
3+
files=`find src -type f \( -name '*.c' -o -name '*.h' \) -not -path "src/tp/isotp-c/*"`
44

55
for file in $files ; do
66
if [ -z "$CHECK_FORMAT" ] ; then

0 commit comments

Comments
 (0)