Skip to content

Commit 9874113

Browse files
committed
[macros] Remove \xspace from \opt
1 parent cac1d57 commit 9874113

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
@@ -184,7 +184,7 @@
184184
\newcommand{\CppXI}{\Cpp{} 2011}
185185
\newcommand{\CppXIV}{\Cpp{} 2014}
186186
\newcommand{\CppXVII}{\Cpp{} 2017}
187-
\newcommand{\opt}{{\ensuremath{_\mathit{opt}}}\xspace}
187+
\newcommand{\opt}{{\ensuremath{_\mathit{opt}}}}
188188
\newcommand{\dcr}{-{-}}
189189
\newcommand{\bigoh}[1]{\ensuremath{\mathscr{O}(#1)}}
190190

0 commit comments

Comments
 (0)