From 55b1c336bf4b8d5f73a5236ef3a7e502db56049b Mon Sep 17 00:00:00 2001 From: Bas Zoetekouw Date: Wed, 1 Oct 2008 16:50:27 +0000 Subject: Remove trailing spaces CVS version numbers check_trans.pl: 1.74 -> 1.75 --- check_trans.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'check_trans.pl') diff --git a/check_trans.pl b/check_trans.pl index 3e04d9fc668..023d4f08cea 100755 --- a/check_trans.pl +++ b/check_trans.pl @@ -776,7 +776,7 @@ sub parse_cmdargs { # redirect stdout to /dev/null close( STDOUT ); - open( STDOUT, '>', '/dev/null' ) + open( STDOUT, '>', '/dev/null' ) or die( "Can't redirect STDOUT to /dev/null: $!" ); } @@ -971,7 +971,7 @@ sub check_file else { # check the revisions to see if they're up to date - my $cmp = vcs_cmp_rev( $translation_last_change, + my $cmp = vcs_cmp_rev( $translation_last_change, $orig_last_change ); if ( $cmp == 0 ) # revisions equal @@ -1014,7 +1014,7 @@ sub check_file $status = ST_NOTATRANSL; $str = "NotATranslation $file_translation"; } - # otherwise, it has a translation header, + # otherwise, it has a translation header, # so the english file was removed else { -- cgit v1.2.3