Open ericspod opened 3 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
I reformatted the code using the following command:
I also ran cppcheck with the following command:
The report is cppcheck_report.txt