From 5432bdca4471d57a73e01e4a64b5596f45e494eb Mon Sep 17 00:00:00 2001 From: "K.Takata" Date: Fri, 2 Jun 2017 20:21:44 +0900 Subject: [PATCH] Exclude iscygpty from showing format result --- format.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/format.sh b/format.sh index 7c7285a97..5776d74ef 100755 --- a/format.sh +++ b/format.sh @@ -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"