Skip to content

clang-format.bash: minor fixes to support MacOS

Matthias Männich requested to merge metti/cmake:clang-format into master
  • sed on Mac does not support embedded sed statements, hence eliminating the non-matches via grep

  • xargs on Mac does not support -d, but does support -0, hence replacing

Merge request reports