[Spice-devel] [PATCH 03/10] syntax-check: Ignore .png files in sc_trailing_blank test

Christophe Fergeau cfergeau at redhat.com
Wed Oct 7 09:45:10 PDT 2015


---
 maint.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/maint.mk b/maint.mk
index fa2fe74..1eb5217 100644
--- a/maint.mk
+++ b/maint.mk
@@ -696,7 +696,7 @@ sc_require_test_exit_idiom:
 	      exit 1; } || :;						\
 	fi
 
-exclude_file_name_regexp--sc_trailing_blank = \.ico$$|\.bmp$$|\.odt$$
+exclude_file_name_regexp--sc_trailing_blank = \.ico$$|\.bmp$$|\.odt$$|\.png$$
 
 sc_trailing_blank:
 	@prohibit='[	 ]$$'						\
-- 
2.5.0



More information about the Spice-devel mailing list