Skip to content

Commit

Permalink
chore: avoid spurious whitespace after commit 2fb52a2
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasgrosser committed Aug 2, 2024
1 parent f04e31e commit 078ce0e
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions tex/setup.tex
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,9 @@
\newcommand\createtodoauthor[2]{
\def\tmpdefault{emptystring}
\expandafter\newcommand\csname #1\endcsname[2][\tmpdefault]{% comment to avoid spurious whitespace
\ifthenelse{\boolean{inComment}}{
\PackageError{paper-template}{Comments in comments not supported}{}
}{}
\setboolean{inComment}{true}

\ifthenelse{\boolean{inComment}}{% comment to avoid spurious whitespace
\PackageError{paper-template}{Comments in comments not supported}{}% comment to avoid spurious whitespace
}{}\setboolean{inComment}{true}% comment to avoid spurious whitespace
\def\tmp{##1}% comment to avoid spurious whitespace
\InFloat{
\smash{
Expand All @@ -126,7 +124,7 @@
}% comment to avoid spurious whitespace
}% comment to avoid spurious whitespace
}% comment to avoid spurious whitespace
\setboolean{inComment}{false}
\setboolean{inComment}{false}% comment to avoid spurious whitespace
}
}
\else
Expand Down

0 comments on commit 078ce0e

Please sign in to comment.