diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-12-07 10:44:17 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-12-07 10:44:17 +0200 |
commit | b05e24a7f512c1f005dbcb67b3fce8b3d16e110e (patch) | |
tree | dab4b73c0b0b3e16d82590c1ea5f75ab7daa1e2e /butl | |
parent | 3e6110dec6f4cb004b8594b9b798a9db5b08fe7a (diff) |
Fix misleading indentation
Diffstat (limited to 'butl')
-rw-r--r-- | butl/path.txx | 4 |
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)); |