Skip to content

Commit 841ff67

Browse files
committed
[macros] Remove \xspace from \opt
1 parent 19c30a3 commit 841ff67

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

0 commit comments

Comments
 (0)