clang format namespace fix

This commit is contained in:
gabime 2018-03-17 12:49:31 +02:00
parent 2a86cdb203
commit 5a0f90bc82
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#!/bin/bash
echo -n "Running dos2unix "
echo -n "Running dos2unix "
find . -name "*\.h" -o -name "*\.cpp"|xargs -I {} sh -c "dos2unix '{}' 2>/dev/null; echo -n '.'"
echo
echo -n "Running clang-format "