From 12e3c82a4c0895fe4f03a4dc5d6f100cae665b64 Mon Sep 17 00:00:00 2001
From: grachev <grachev@yandex-team.ru>
Date: Thu, 10 Feb 2022 16:49:34 +0300
Subject: Restoring authorship annotation for <grachev@yandex-team.ru>. Commit
 1 of 2.

---
 library/cpp/uri/parsefsm.rl6 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'library/cpp/uri/parsefsm.rl6')

diff --git a/library/cpp/uri/parsefsm.rl6 b/library/cpp/uri/parsefsm.rl6
index 7097723650..1500525e84 100644
--- a/library/cpp/uri/parsefsm.rl6
+++ b/library/cpp/uri/parsefsm.rl6
@@ -466,7 +466,7 @@ namespace NUri {
 
 bool TParser::doParse(const char* str_beg, size_t length)
 {
-    const char* p = str_beg;
+    const char* p = str_beg; 
     const char* pe = str_beg + length;
     const char* eof = pe;
     int cs;
@@ -487,7 +487,7 @@ bool TParser::doParse(const char* str_beg, size_t length)
         cs = TParser_en_URI_ref_no_relpath;
     }
 
-    %% write exec;
+    %% write exec; 
 
 #undef BEG
 #undef END
-- 
cgit v1.2.3