summaryrefslogtreecommitdiff
path: root/i18n-diff-auditor
diff options
context:
space:
mode:
Diffstat (limited to 'i18n-diff-auditor')
-rwxr-xr-xi18n-diff-auditor2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18n-diff-auditor b/i18n-diff-auditor
index c3630b6..43e1c10 100755
--- a/i18n-diff-auditor
+++ b/i18n-diff-auditor
@@ -309,7 +309,7 @@ sub analyse_chunk_core () {
pop @analysed_y;
last;
}
- $xs =~ s{^\s+}{};
+ $xs =~ s{^\s+}{} if $bras;
$exactly->($y->{E}, $y->{P});
if ($y->{T} eq 'bra' or $y->{E} eq '?') {
$bras++;