aboutsummaryrefslogtreecommitdiffstats
path: root/check_trans.pl
diff options
context:
space:
mode:
authorBas Zoetekouw <bas>2008-10-01 16:50:27 +0000
committerBas Zoetekouw <bas>2008-10-01 16:50:27 +0000
commit55b1c336bf4b8d5f73a5236ef3a7e502db56049b (patch)
tree48bfe3f526bb57c49a186f1f1626271474f81176 /check_trans.pl
parent602a86093d753b48678dbcfb75f6e8cf4e05b6b1 (diff)
Remove trailing spaces
CVS version numbers check_trans.pl: 1.74 -> 1.75
Diffstat (limited to 'check_trans.pl')
-rwxr-xr-xcheck_trans.pl6
1 files changed, 3 insertions, 3 deletions
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
{

© 2014-2024 Faster IT GmbH | imprint | privacy policy