From 8766cc18596dbfa66202ceca01c62cab1c3ed6a2 Mon Sep 17 00:00:00 2001 From: contrarianByte Date: Thu, 30 Aug 2018 10:12:41 +0200 Subject: [PATCH] Fix: Prevent new line indent Added comments (%) within the environment definition of sequencediagram in order to prevent indents. --- tex/latex/pgf-umlsd/pgf-umlsd.sty | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tex/latex/pgf-umlsd/pgf-umlsd.sty b/tex/latex/pgf-umlsd/pgf-umlsd.sty index e20ef45..9cf4c1c 100644 --- a/tex/latex/pgf-umlsd/pgf-umlsd.sty +++ b/tex/latex/pgf-umlsd/pgf-umlsd.sty @@ -345,10 +345,10 @@ node % the environment of sequence diagram \newenvironment{sequencediagram}{ % declare layers - \pgfdeclarelayer{umlsd@background} - \pgfdeclarelayer{umlsd@threadlayer} - \pgfsetlayers{umlsd@background,umlsd@threadlayer,main} - + \pgfdeclarelayer{umlsd@background}% + \pgfdeclarelayer{umlsd@threadlayer}% + \pgfsetlayers{umlsd@background,umlsd@threadlayer,main}% + % \begin{tikzpicture} \setlength{\unitlength}{1cm} \tikzstyle{sequence}=[coordinate]