From: Stefano Lattarini Date: Mon, 20 May 2013 09:40:36 +0000 (+0200) Subject: automake: remove one extra trailing whitespace X-Git-Tag: v1.16~84 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7e618990e705d2525bb548175f1541cd106bd37;p=thirdparty%2Fautomake.git automake: remove one extra trailing whitespace * bin/automake.in (lang_vala_ignore): Here. Signed-off-by: Stefano Lattarini --- 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);