Skip to content

Commit 208b3a1

Browse files
committed
[iterators] Remove inconsistent, excessive whitespace around punctuators
1 parent d13ac09 commit 208b3a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/iterators.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1206,7 +1206,7 @@
12061206
constexpr reverse_iterator& operator+=(difference_type n);
12071207
constexpr reverse_iterator operator- (difference_type n) const;
12081208
constexpr reverse_iterator& operator-=(difference_type n);
1209-
constexpr @\unspec@ operator[](difference_type n) const;
1209+
constexpr @\unspecnc@ operator[](difference_type n) const;
12101210
protected:
12111211
Iterator current;
12121212
};
@@ -1265,11 +1265,11 @@
12651265
\tcode{operator-}~(\ref{reverse.iter.op-}),
12661266
\tcode{operator+=}~(\ref{reverse.iter.op+=}),
12671267
\tcode{operator-=}~(\ref{reverse.iter.op-=}),
1268-
\tcode{operator\,[]}~(\ref{reverse.iter.opindex}),
1268+
\tcode{operator[]}~(\ref{reverse.iter.opindex}),
12691269
or the non-member operators
12701270
\tcode{operator<}~(\ref{reverse.iter.op<}),
12711271
\tcode{operator>}~(\ref{reverse.iter.op>}),\\
1272-
\tcode{operator\,<=}~(\ref{reverse.iter.op<=}),
1272+
\tcode{operator<=}~(\ref{reverse.iter.op<=}),
12731273
\tcode{operator>=}~(\ref{reverse.iter.op>=}),
12741274
\tcode{operator-}~(\ref{reverse.iter.opdiff})
12751275
or

0 commit comments

Comments
 (0)