Skip to content

Commit 19ff169

Browse files
authored
[range.cmp] Fix indentation (#8203)
1 parent 77c2f53 commit 19ff169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/utilities.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12662,7 +12662,7 @@
1266212662
\begin{codeblock}
1266312663
struct ranges::greater {
1266412664
template<class T, class U>
12665-
constexpr bool operator()(T&& t, U&& u) const;
12665+
constexpr bool operator()(T&& t, U&& u) const;
1266612666

1266712667
using is_transparent = @\unspecnc@;
1266812668
};

0 commit comments

Comments
 (0)