X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tools%2Fformat-cpp;fp=tools%2Fformat-cpp;h=29a0bf7efa63bdc6ae11b73c02c7099189863543;hb=0ea5233cb503cbcdb27026b96f536fd5d39213ba;hp=a2c6a3aefee8c3ccbce0cb7d62f390136211a538;hpb=b11f8a1dbff55196757e66adb7c4a4fee0200bb6;p=babeltrace.git diff --git a/tools/format-cpp b/tools/format-cpp index a2c6a3ae..29a0bf7e 100755 --- a/tools/format-cpp +++ b/tools/format-cpp @@ -35,7 +35,7 @@ format_cpp() { ! -wholename '*/cpp-common/optional.hpp' \ ! -wholename '*/cpp-common/string_view.hpp' \ ! -wholename '*/cpp-common/nlohmann/json.hpp' \ - -print0 | xargs -P"$(nproc)" -n1 -0 "${formatter[@]}" + -print0 | xargs -P"$(nproc)" -n1 -t -0 "${formatter[@]}" } if [[ -n "$FORMATTER" ]]; then