tesseract/src/opencl
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
..
oclkernels.h [clang-format] Execute clang format on include and src dirs. 2021-03-12 22:35:02 +03:00
openclwrapper.cpp [clang-format] Execute clang format on include and src dirs. 2021-03-12 22:35:02 +03:00
openclwrapper.h [clang-format] Execute clang format on include and src dirs. 2021-03-12 22:35:02 +03:00