summaryrefslogtreecommitdiff
path: root/support/latexindent/LatexIndent/Item.pm
diff options
context:
space:
mode:
Diffstat (limited to 'support/latexindent/LatexIndent/Item.pm')
-rw-r--r--support/latexindent/LatexIndent/Item.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/latexindent/LatexIndent/Item.pm b/support/latexindent/LatexIndent/Item.pm
index 0e7201a800..8fe5045852 100644
--- a/support/latexindent/LatexIndent/Item.pm
+++ b/support/latexindent/LatexIndent/Item.pm
@@ -146,7 +146,7 @@ sub remove_line_breaks_begin {
# there is no white space
my $self = shift;
my $BodyStringLogFile = ${$self}{aliases}{BodyStartsOnOwnLine} || "BodyStartsOnOwnLine";
- $logger->trace("Removing linebreak at the end of begin (see $BodyStringLogFile)");
+ $logger->trace("Removing linebreak at the end of begin (see $BodyStringLogFile)") if $is_t_switch_active;
${$self}{begin} =~ s/\R*$//sx;
${$self}{begin} .= " "
unless ( ${$self}{begin} =~ m/\h$/s or ${$self}{body} =~ m/^\h/s or ${$self}{body} =~ m/^\R/s );