Skip to content

Commit b2a123f

Browse files
authored
[algorithm.syn] Fix indentation (#8226)
1 parent bed3aab commit b2a123f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/algorithms.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1282,7 +1282,7 @@
12821282
@\libconcept{indirect_binary_predicate}@<projected<I, Proj>,
12831283
projected<I, Proj>> Pred = ranges::equal_to>
12841284
I adjacent_find(Ep&& exec, I first, S last, Pred pred = {},
1285-
Proj proj = {}); // freestanding-deleted
1285+
Proj proj = {}); // freestanding-deleted
12861286
template<@\exposconcept{execution-policy}@ Ep, @\exposconcept{sized-random-access-range}@ R, class Proj = identity,
12871287
@\libconcept{indirect_binary_predicate}@<projected<iterator_t<R>, Proj>,
12881288
projected<iterator_t<R>, Proj>> Pred = ranges::equal_to>

0 commit comments

Comments
 (0)