Browse Source

Restoring authorship annotation for <yatagarasu@yandex-team.ru>. Commit 2 of 2.

yatagarasu 3 years ago
parent
commit
00b32f5b08
2 changed files with 2 additions and 2 deletions
  1. 1 1
      library/cpp/uri/common.h
  2. 1 1
      library/cpp/uri/uri.h

+ 1 - 1
library/cpp/uri/common.h

@@ -244,7 +244,7 @@ namespace NUri {
          *    host contains only scheme-legal characters.
          */
             FEATURE_NAME(NoRelPath),
- 
+
             // standard prefers that all hex escapes were using uppercase A-F
             FEATURE_NAME(UpperEncoded),
 

+ 1 - 1
library/cpp/uri/uri.h

@@ -141,7 +141,7 @@ namespace NUri {
         bool FldTrySet(EField fld, const TUri& other) {
             return FldTrySet(fld, other.GetField(fld));
         }
- 
+
     private:
         /// copies the value if it fits
         bool FldTryCpy(EField fld, const TStringBuf& value);