aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-07-17 14:26:04 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-07-17 14:26:04 +0200
commit86a1e204d5b7e93ec42696afc0b8725d2c37ca54 (patch)
tree2feb0e920832310e2f0ef28817be3938e729545d
parente3a55c39b6dd7a866aa1033203a1813e646f8c50 (diff)
Cosmetic change
-rw-r--r--butl/path2
1 files changed, 1 insertions, 1 deletions
diff --git a/butl/path b/butl/path
index 3f0d567..62cadad 100644
--- a/butl/path
+++ b/butl/path
@@ -406,7 +406,7 @@ namespace butl
}
iterator
- operator++ (int) {iterator r (*this); operator++(); return r;}
+ operator++ (int) {iterator r (*this); operator++ (); return r;}
string_type operator* () const
{