tools/format-cpp: add `-t` to `xargs`
[babeltrace.git] / tools / format-cpp
index a2c6a3aefee8c3ccbce0cb7d62f390136211a538..29a0bf7efa63bdc6ae11b73c02c7099189863543 100755 (executable)
@@ -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
This page took 0.024054 seconds and 4 git commands to generate.