Skip to content

Commit 41b43be

Browse files
committed
style(format): modify codeformat.sh
1 parent cf2e121 commit 41b43be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: codeformat.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22

3-
find . -path '*/src/*.cpp' -o -path '*/include/CSerialPort/*.hpp' -o -path '*/include/CSerialPort/*.h' ! -name 'sigslot.h' | xargs clang-format -style=file -i
3+
find . -path '*/src/*.cpp' -o -path '*/include/CSerialPort/*.hpp' -o -path '*/include/CSerialPort/*.h' | xargs clang-format -style=file -i

0 commit comments

Comments
 (0)