summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/tikz-qtree/tikz-qtree.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/tikz-qtree/tikz-qtree.tex')
-rw-r--r--Master/texmf-dist/tex/latex/tikz-qtree/tikz-qtree.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/tikz-qtree/tikz-qtree.tex b/Master/texmf-dist/tex/latex/tikz-qtree/tikz-qtree.tex
index 8e8d09f2c47..17c8f3cb135 100644
--- a/Master/texmf-dist/tex/latex/tikz-qtree/tikz-qtree.tex
+++ b/Master/texmf-dist/tex/latex/tikz-qtree/tikz-qtree.tex
@@ -74,7 +74,7 @@
\@@@@@@subtree
}
\def\@@@@@@subtree{%
-\@ifequal{\the\root@node}{\pgfutil@empty}
+\@ifequal{\the\root@node}{\pgfutil@empty}%
\edef\act{\noexpand\@result={\noexpand\pgfsubtree{\noexpand\path coordinate (\noexpand\nodename);}{\the\child@list}}}%
\else
\edef\act{\noexpand\@result={\noexpand\pgfsubtree{\the\root@node}{\the\child@list}}}%
@@ -105,11 +105,11 @@
\fi
\scanned@edgefalse
\pgfutil@ifnextchar[{\@call\@subtree\@@@children}% subtree
-{\@call\@leaf\@@@children} % leaf
+{\@call\@leaf\@@@children}% leaf
}}}
\def\@@@children{%
% wrap child inside curly braces
-\expandafter\@result\expandafter{\expandafter{\the\@result}}
+\expandafter\@result\expandafter{\expandafter{\the\@result}}%
\edef\act{\noexpand\child@list{\the\child@list \the\@result}}\act
\@@children
}