ecr05 / MSM_HOCR

Multimodal Surface Matching with Higher order Clique Reduction: Mac OS and Linux binaries
35 stars 10 forks source link

Reformatted Code and Cppcheck results #19

Open ericspod opened 2 years ago

ericspod commented 2 years ago

I reformatted the code using the following command:

clang-format --style="{BasedOnStyle: WebKit, IndentWidth: 4}" -i src/*/*.hpp src/*/*.cpp src/*/*.cc

I also ran cppcheck with the following command:

cppcheck --enable=all  src 2> cppcheck_report.txt

The report is cppcheck_report.txt