From f7e618990e705d2525bb548175f1541cd106bd37 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Mon, 20 May 2013 11:40:36 +0200 Subject: [PATCH] automake: remove one extra trailing whitespace * bin/automake.in (lang_vala_ignore): Here. Signed-off-by: Stefano Lattarini --- bin/automake.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/automake.in b/bin/automake.in index 31d78f993..735dc832a 100644 --- a/bin/automake.in +++ b/bin/automake.in @@ -5363,7 +5363,7 @@ sub lang_header_ignore { 1; } # Vala '.vapi' are a kind of header files as well, and should # not be processed into compilation rules. - sub lang_vala_ignore +sub lang_vala_ignore { my ($directory, $base, $ext) = @_; return ($ext =~ m/\.vapi$/ ? 1 : 0); -- 2.47.2