jsoncpp/reformat.sh
Marcel Opprecht ceae0e3867
Fix clang-tidy warnings (#1231)
* Fix clang-tidy warnings

Signed-off-by: Marcel Opprecht <marcel.opprecht@scandit.com>

* Fixup/clang-format

Co-authored-by: Marcel Opprecht <marcel.opprecht@scandit.com>
Co-authored-by: Jordan Bayles <jophba@chromium.org>
2020-11-06 13:22:26 -08:00

2 lines
63 B
Bash
Executable File

find src -name '*.cpp' -or -name '*.h' | xargs clang-format -i