Skip to content

Commit

Permalink
remove /bulid from format script
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Gauci committed Jul 6, 2017
1 parent 60d6644 commit 816beab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion format.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
find ./ -type f | grep "\.[hc]pp" | grep -v /ext/ | grep -v /external/ | xargs clang-format --style=Google -i
find ./ -type f | grep "\.[hc]pp" | grep -v /ext/ | grep -v /external/ | grep -v /build/ | xargs clang-format --style=Google -i

0 comments on commit 816beab

Please sign in to comment.