mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2024-12-12 10:03:51 +01:00
ceae0e3867
* 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>
2 lines
63 B
Bash
Executable File
2 lines
63 B
Bash
Executable File
find src -name '*.cpp' -or -name '*.h' | xargs clang-format -i
|