Skip to content

Commit 8766cc1

Browse files
contrarianBytehmenke
authored andcommitted
Fix: Prevent new line indent
Added comments (%) within the environment definition of sequencediagram in order to prevent indents.
1 parent 05668d2 commit 8766cc1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tex/latex/pgf-umlsd/pgf-umlsd.sty

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -345,10 +345,10 @@ node
345345
% the environment of sequence diagram
346346
\newenvironment{sequencediagram}{
347347
% declare layers
348-
\pgfdeclarelayer{umlsd@background}
349-
\pgfdeclarelayer{umlsd@threadlayer}
350-
\pgfsetlayers{umlsd@background,umlsd@threadlayer,main}
351-
348+
\pgfdeclarelayer{umlsd@background}%
349+
\pgfdeclarelayer{umlsd@threadlayer}%
350+
\pgfsetlayers{umlsd@background,umlsd@threadlayer,main}%
351+
%
352352
\begin{tikzpicture}
353353
\setlength{\unitlength}{1cm}
354354
\tikzstyle{sequence}=[coordinate]

0 commit comments

Comments
 (0)