Skip to content

Commit

Permalink
style: Comment has to go after the correct set of braces
Browse files Browse the repository at this point in the history
Co-authored-by: Henri Menke <henri@henrimenke.de>
  • Loading branch information
muzimuzhi and hmenke committed Dec 12, 2021
1 parent 01aedc4 commit b30b657
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
% wrap in `\pgfinterruptpicture' to restore font, like how `\pgfnode` sets
% `\pgfnodeparttextbox`
\pgfinterruptpicture
{\pgfkeysvalueof{/pgf/#1 gate IEC symbol}}%
{\pgfkeysvalueof{/pgf/#1 gate IEC symbol}}% add braces as color-aftergroup-fix TT
\endpgfinterruptpicture
}% add braces as color-aftergroup-fix TT
}%
\pgf@xa.5\wd\pgf@hbox%
\pgf@ya.5\ht\pgf@hbox%
\advance\pgf@ya.5\dp\pgf@hbox%
Expand Down

0 comments on commit b30b657

Please sign in to comment.