aboutsummaryrefslogtreecommitdiff
path: root/support/Iterable.h
diff options
context:
space:
mode:
Diffstat (limited to 'support/Iterable.h')
-rw-r--r--support/Iterable.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/support/Iterable.h b/support/Iterable.h
index a0bafaf4ce..8d99e70196 100644
--- a/support/Iterable.h
+++ b/support/Iterable.h
@@ -44,8 +44,7 @@ public:
*
* @param[in] it Value to reverse iterate on
*/
- explicit reverse_iterable(T &it)
- : _it(it)
+ explicit reverse_iterable(T &it) : _it(it)
{
}