X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tools%2Fformat-cpp;h=7fcf75896e986e4198cbe961ce77d3fa6ceaef9f;hb=d43d15c805bb5a8ca39212b07852a5b12de56432;hp=0a165a8f2b18e03953120bf81ab5ec4030ec52a1;hpb=fb10c90e14cca6cc8743cde1b4d116d45ce03bf7;p=babeltrace.git diff --git a/tools/format-cpp b/tools/format-cpp index 0a165a8f..7fcf7589 100755 --- a/tools/format-cpp +++ b/tools/format-cpp @@ -39,6 +39,7 @@ format_cpp() { find "$root_dir" \( -name '*.cpp' -o -name '*.hpp' \) \ ! -wholename '*/cpp-common/optional.hpp' \ ! -wholename '*/cpp-common/string_view.hpp' \ + ! -wholename '*/cpp-common/nlohmann/json.hpp' \ -print0 | xargs -P$(nproc) -n1 -0 $formatter }