tesseract/src/cutil
Egor Pugin 0eb7ba88bf [clang-format] Execute clang format on include and src dirs.
Script:
find include src -type f | sort > all.txt
find include src -type f | grep -v "\.cpp" | grep -v "\.h" | sort > skip.txt
comm -23 all.txt skip.txt | xargs clang-format -i
2021-03-12 22:35:02 +03:00
..
bitvec.h [clang-format] Execute clang format on include and src dirs. 2021-03-12 22:35:02 +03:00
oldlist.cpp [clang-format] Execute clang format on include and src dirs. 2021-03-12 22:35:02 +03:00
oldlist.h [clang-format] Execute clang format on include and src dirs. 2021-03-12 22:35:02 +03:00