Skip to content

Commit ad88795

Browse files
committed
[macros] Remove \xspace from \opt
1 parent ea148fc commit ad88795

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
@@ -193,7 +193,7 @@
193193
\newcommand{\CppXI}{\Cpp{} 2011}
194194
\newcommand{\CppXIV}{\Cpp{} 2014}
195195
\newcommand{\CppXVII}{\Cpp{} 2017}
196-
\newcommand{\opt}{{\ensuremath{_\mathit{opt}}}\xspace}
196+
\newcommand{\opt}{{\ensuremath{_\mathit{opt}}}}
197197
\newcommand{\dcr}{-{-}}
198198
\newcommand{\bigoh}[1]{\ensuremath{\mathscr{O}(#1)}}
199199

0 commit comments

Comments
 (0)