author | Boris Feld <boris.feld@octobus.net> |
Thu, 07 Dec 2017 16:50:48 +0100 | |
changeset 35340 | ead01b74be04 |
parent 34834 | 2e8477059d4f |
child 35669 | 39499bc31fcd |
permissions | -rw-r--r-- |
#require clang-format test-repo $ . "$TESTDIR/helpers-testrepo.sh" $ cd "$TESTDIR"/.. $ for f in `testrepohg files 'set:(**.c or **.h) and not "listfile:contrib/clang-format-blacklist"'` ; do > clang-format --style file $f > $f.formatted > cmp $f $f.formatted || diff -u $f $f.formatted > rm $f.formatted > done