From 30ff4a1a823c5cec66f8731e2e6f77934fc309f9 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Sat, 5 Aug 2017 01:10:58 +0200 Subject: [PATCH] reindent --- include/xbt/algorithm.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/xbt/algorithm.hpp b/include/xbt/algorithm.hpp index 85cc181bb8..1a914527d5 100644 --- a/include/xbt/algorithm.hpp +++ b/include/xbt/algorithm.hpp @@ -13,9 +13,9 @@ namespace xbt { * three colors. Since there are only three colors, it is linear and much faster than a classical sort. See for * example http://en.wikipedia.org/wiki/Dutch_national_flag_problem * - * \param first forward iterators to the initial position of the sequence to partition. \param last forward iterators - * to the final position of the sequence to partition. \param color the color function that accepts an element in the - * range as argument, and returns a value of 0, 1, or 2. + * \param first forward iterators to the initial position of the sequence to partition. + * \param last forward iterators to the final position of the sequence to partition. + * \param color the color function that accepts an element in the range as argument, and returns a value of 0, 1, or 2. * * At the end of the call, elements with color 0 are at the beginning of the range, elements with color 2 are at the end * and elements with color 1 are in the middle. -- 2.20.1