[Spice-devel] [PATCH 09/11] syntax-check: trailing whitespaces -- ignore binary files
Uri Lublin
uril at redhat.com
Wed Jul 17 07:04:19 PDT 2013
---
maint.mk | 2 ++
1 file changed, 2 insertions(+)
diff --git a/maint.mk b/maint.mk
index 405c6d0..fa2fe74 100644
--- a/maint.mk
+++ b/maint.mk
@@ -696,6 +696,8 @@ sc_require_test_exit_idiom:
exit 1; } || :; \
fi
+exclude_file_name_regexp--sc_trailing_blank = \.ico$$|\.bmp$$|\.odt$$
+
sc_trailing_blank:
@prohibit='[ ]$$' \
halt='found trailing blank(s)' \
--
1.8.1.4
More information about the Spice-devel
mailing list