orb_slam3_details/Thirdparty/Sophus/run_format.sh

2 lines
153 B
Bash
Raw Permalink Normal View History

2022-03-28 21:20:28 +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