1
0
Fork 0
ORB-SLAM3-UESTC/Workspace/Thirdparty/Sophus/run_format.sh

2 lines
153 B
Bash
Raw Normal View History

2023-11-28 19:20:25 +08:00
find . -type d \( -path ./py -o -path ./doxyrest_b -o -path "./*/CMakeFiles/*" \) -prune -o -iname *.hpp -o -iname *.cpp -print | xargs clang-format -i