From 9f25ef3232c288ca664ceee6c376cf64e4349a2e Mon Sep 17 00:00:00 2001 From: albert Date: Thu, 10 Feb 2022 16:48:14 +0300 Subject: Restoring authorship annotation for . Commit 1 of 2. --- library/cpp/html/pcdata/pcdata.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'library/cpp/html/pcdata') diff --git a/library/cpp/html/pcdata/pcdata.cpp b/library/cpp/html/pcdata/pcdata.cpp index 740c240fd23..79a87401cfe 100644 --- a/library/cpp/html/pcdata/pcdata.cpp +++ b/library/cpp/html/pcdata/pcdata.cpp @@ -14,8 +14,8 @@ static void EncodeHtmlPcdataAppendInternal(const TStringBuf str, TString& strout strout.AppendNoAlias(s, next - s); s = next; - if (s == e) - break; + if (s == e) + break; switch (*s) { case '\"': -- cgit v1.3