This repository has been archived on 2022-06-08. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ORB_SLAM3_linux/Thirdparty/Sophus/run_format.sh
Ivan c63e1ff208 v1
2022-06-08 17:41:00 +03:00

2 lines
153 B
Bash
Executable File

find . -type d \( -path ./py -o -path ./doxyrest_b -o -path "./*/CMakeFiles/*" \) -prune -o -iname *.hpp -o -iname *.cpp -print | xargs clang-format -i