Skip to content

Commit f17aff0

Browse files
committed
[macros] Remove \xspace from \opt
1 parent 115183f commit f17aff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/macros.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183
\newcommand{\CppIII}{\Cpp{} 2003}
184184
\newcommand{\CppXI}{\Cpp{} 2011}
185185
\newcommand{\CppXIV}{\Cpp{} 2014}
186-
\newcommand{\opt}{{\ensuremath{_\mathit{opt}}}\xspace}
186+
\newcommand{\opt}{{\ensuremath{_\mathit{opt}}}}
187187
\newcommand{\dcr}{-{-}}
188188
\newcommand{\bigoh}[1]{\ensuremath{\mathscr{O}(#1)}}
189189

0 commit comments

Comments
 (0)