Commit 5a0f90bc authored by gabime's avatar gabime

clang format namespace fix

parent 2a86cdb2
#!/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 "
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment