Skip to content

Commit b90037c

Browse files
committed
[macros] Remove \xspace from \opt
1 parent 4384002 commit b90037c

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
@@ -174,7 +174,7 @@
174174
\newcommand{\CppIII}{\Cpp{} 2003}
175175
\newcommand{\CppXI}{\Cpp{} 2011}
176176
\newcommand{\CppXIV}{\Cpp{} 2014}
177-
\newcommand{\opt}{{\ensuremath{_\mathit{opt}}}\xspace}
177+
\newcommand{\opt}{{\ensuremath{_\mathit{opt}}}}
178178
\newcommand{\dcr}{-{-}}
179179
\newcommand{\bigoh}[1]{\ensuremath{\mathscr{O}(#1)}}
180180

0 commit comments

Comments
 (0)