Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
swisspol committed Aug 31, 2016
1 parent 058fb27 commit 66fd3c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions format-source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ find "GitUpKit/Extensions" -type f -iname *.h -o -iname *.m | xargs clang-forma
find "GitUpKit/Interface" -type f -iname *.h -o -iname *.m | xargs clang-format -style=file -i
find "GitUpKit/Utilities" -type f -iname *.h -o -iname *.m | xargs clang-format -style=file -i
find "GitUpKit/Views" -type f -iname *.h -o -iname *.m | xargs clang-format -style=file -i
perl -p -i -e "s|AppKit / AppKit|AppKit/AppKit|g" "GitUpKit/Interface/GIInterface.h"

find "GitUp/Application" -type f -iname *.h -o -iname *.m | xargs clang-format -style=file -i
find "GitUp/Tool" -type f -iname *.h -o -iname *.m | xargs clang-format -style=file -i
Expand Down

0 comments on commit 66fd3c1

Please sign in to comment.