From 5aeceaafdf41d8bd02ef1521380f21cbb163bd69 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Sun, 10 Sep 2023 03:01:10 +0000 Subject: CTAN sync 202309100301 --- support/latexindent/LatexIndent/Preamble.pm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'support/latexindent/LatexIndent/Preamble.pm') diff --git a/support/latexindent/LatexIndent/Preamble.pm b/support/latexindent/LatexIndent/Preamble.pm index 7f835e6d0d..69bad5535e 100644 --- a/support/latexindent/LatexIndent/Preamble.pm +++ b/support/latexindent/LatexIndent/Preamble.pm @@ -17,13 +17,13 @@ package LatexIndent::Preamble; # For all communication, please visit: https://github.com/cmhughes/latexindent.pl use strict; use warnings; -use LatexIndent::Tokens qw/%tokens/; -use LatexIndent::Switches qw/$is_t_switch_active $is_m_switch_active/; +use LatexIndent::Tokens qw/%tokens/; +use LatexIndent::Switches qw/$is_t_switch_active $is_m_switch_active/; use LatexIndent::GetYamlSettings qw/%mainSettings/; -use LatexIndent::LogFile qw/$logger/; -use LatexIndent::Environment qw/$environmentBasicRegExp/; -use LatexIndent::IfElseFi qw/$ifElseFiBasicRegExp/; -use LatexIndent::Special qw/$specialBeginBasicRegExp/; +use LatexIndent::LogFile qw/$logger/; +use LatexIndent::Environment qw/$environmentBasicRegExp/; +use LatexIndent::IfElseFi qw/$ifElseFiBasicRegExp/; +use LatexIndent::Special qw/$specialBeginBasicRegExp/; our @ISA = "LatexIndent::Document"; # class inheritance, Programming Perl, pg 321 our $preambleCounter; -- cgit v1.2.3