From 66fd3c107c0316b7e049c65e5590a0a46aeb683e Mon Sep 17 00:00:00 2001 From: Pierre-Olivier Latour Date: Wed, 31 Aug 2016 22:05:20 +0200 Subject: [PATCH] Fix [ci skip] --- format-source.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/format-source.sh b/format-source.sh index 93116a87..cd185fd5 100755 --- a/format-source.sh +++ b/format-source.sh @@ -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