Apply clang-format to source tree
[alexxy/gromacs.git] / admin / uncrustify.sh
index af5ac18d9fdc390e3fadd0a93d975d88e86372fc..5e98a11e90d3cf8ec3e9f88e4082bf69948f7446 100755 (executable)
@@ -138,7 +138,7 @@ cut -f2 <$tmpdir/difflist | \
     paste $tmpdir/difflist - | \
     grep -E '(complete_formatting|uncrustify|copyright|includesort)$' >$tmpdir/filtered
 cut -f2 <$tmpdir/filtered >$tmpdir/filelist_all
-grep -E '(complete_formatting|uncrustify)$' <$tmpdir/filtered | \
+grep -E '(uncrustify)$' <$tmpdir/filtered | \
     cut -f2 >$tmpdir/filelist_uncrustify
 git diff-files --name-only | grep -Ff $tmpdir/filelist_all >$tmpdir/localmods