Skip to content

Commit 605cf5c

Browse files
committed
[macros] Remove \xspace from \opt
1 parent 834208e commit 605cf5c

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
@@ -182,7 +182,7 @@
182182
\newcommand{\CppIII}{\Cpp{} 2003}
183183
\newcommand{\CppXI}{\Cpp{} 2011}
184184
\newcommand{\CppXIV}{\Cpp{} 2014}
185-
\newcommand{\opt}{{\ensuremath{_\mathit{opt}}}\xspace}
185+
\newcommand{\opt}{{\ensuremath{_\mathit{opt}}}}
186186
\newcommand{\dcr}{-{-}}
187187
\newcommand{\bigoh}[1]{\ensuremath{\mathscr{O}(#1)}}
188188

0 commit comments

Comments
 (0)