From a443ff7ea6fb9da8446752cc6b3db234d4bc6255 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Tue, 3 Dec 2013 19:48:53 +0000 Subject: indent fixes --- src/utf8_iterator.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/utf8_iterator.hh') diff --git a/src/utf8_iterator.hh b/src/utf8_iterator.hh index 20027aa3..4fa206b3 100644 --- a/src/utf8_iterator.hh +++ b/src/utf8_iterator.hh @@ -56,7 +56,7 @@ public: utf8_iterator operator+(CharCount count) const { if (count < 0) - return operator-(-count); + return operator-(-count); utf8_iterator res = *this; while (count--) @@ -67,7 +67,7 @@ public: utf8_iterator operator-(CharCount count) const { if (count < 0) - return operator+(-count); + return operator+(-count); utf8_iterator res = *this; while (count--) -- cgit v1.2.3