Skip to content

Commit

Permalink
Exclude iscygpty from showing format result
Browse files Browse the repository at this point in the history
  • Loading branch information
k-takata committed Jun 2, 2017
1 parent c1405fc commit 5432bdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions format.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ then
echo "Suggested change:"
cp -r src clang_format_src
$CLANG_FORMAT -style=file -i clang_format_src/*.c clang_format_src/*.h
cp src/iscygpty.[ch] clang_format_src
diff -ur src clang_format_src
rm -r clang_format_src
echo "Run '$0 reformat' to fix formatting"
Expand Down

0 comments on commit 5432bdc

Please sign in to comment.