From b05e24a7f512c1f005dbcb67b3fce8b3d16e110e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 7 Dec 2016 10:44:17 +0200 Subject: Fix misleading indentation --- butl/path.txx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/butl/path.txx b/butl/path.txx index 7c46dbe..cd62d31 100644 --- a/butl/path.txx +++ b/butl/path.txx @@ -218,8 +218,8 @@ namespace butl if (abs && r.size () == 1) throw invalid_basic_path (this->path_); - r.pop_back (); - continue; + r.pop_back (); + continue; } r.push_back (std::move (s)); -- cgit v1.1