mirror of
https://github.com/openharmony/third_party_jsoncpp.git
synced 2026-07-18 18:14:33 -04:00
855b19ce1e
Signed-off-by: zt147369 <zhangting201@huawei.com>
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
|