mirror of
https://gitee.com/openharmony/third_party_jsoncpp
synced 2024-11-27 01:11:27 +00:00
becee60325
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
|