aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/uri/parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/uri/parse.h')
-rw-r--r--library/cpp/uri/parse.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/uri/parse.h b/library/cpp/uri/parse.h
index 8258e4e743..ca2358e572 100644
--- a/library/cpp/uri/parse.h
+++ b/library/cpp/uri/parse.h
@@ -352,8 +352,8 @@ namespace NUri {
if (Sections[fld1].IsSet() && Sections[fld2].IsSet() && Sections[fld1].Beg == Sections[fld2].Beg) {
Sections[fld1].Reset();
}
- }
-
+ }
+
bool doParse(const char* str_beg, size_t length);
TState::EParsed ParseImpl();
};