X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=tools%2Fformat-cpp.sh;h=be9ef74c41a260a7e8dd36ec95d21ea2e9732f3c;hb=e5b7db60560479578eff28b3a6d6e8749e794bd6;hp=754b04d25ca68e71eb67db0737656353617f25da;hpb=45f637cc09c94b0eb5cf1ebc739b5d3eb77aef33;p=babeltrace.git diff --git a/tools/format-cpp.sh b/tools/format-cpp.sh index 754b04d2..be9ef74c 100755 --- a/tools/format-cpp.sh +++ b/tools/format-cpp.sh @@ -45,7 +45,6 @@ format_cpp() { # files in specific subdirectories. find "$(realpath "$root_dir")" \( -name '*.cpp' -o -name '*.hpp' \) \ ! -path '*/src/cpp-common/vendor/*' \ - ! -path '*/src/cpp-common/nlohmann/json.hpp' \ ! -path '*/src/plugins/ctf/common/metadata/parser.*' \ ! -path '*/src/plugins/ctf/common/metadata/lexer.*' \ -print0 | xargs -P"$(nproc)" -n1 -t -0 "${formatter[@]}"