aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-12-07 10:44:17 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-12-07 10:44:17 +0200
commitb05e24a7f512c1f005dbcb67b3fce8b3d16e110e (patch)
treedab4b73c0b0b3e16d82590c1ea5f75ab7daa1e2e
parent3e6110dec6f4cb004b8594b9b798a9db5b08fe7a (diff)
Fix misleading indentation
-rw-r--r--butl/path.txx4
1 files 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<C> (this->path_);
- r.pop_back ();
- continue;
+ r.pop_back ();
+ continue;
}
r.push_back (std::move (s));