Browse Source

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

slonnn 3 years ago
parent
commit
da8534b8da
3 changed files with 3 additions and 3 deletions
  1. 1 1
      build/ya.conf.json
  2. 1 1
      util/stream/input.cpp
  3. 1 1
      util/system/protect.cpp

+ 1 - 1
build/ya.conf.json

@@ -6829,7 +6829,7 @@
                 "sandbox_id": [
                     1204918529
                 ],
-                "match": "yp_util" 
+                "match": "yp_util"
             },
             "executable": {
                 "yp-util": [

+ 1 - 1
util/stream/input.cpp

@@ -223,7 +223,7 @@ namespace {
     #endif
 
     #if defined(_glibc_) || defined(_cygwin_)
-    // glibc does not have fgetln 
+    // glibc does not have fgetln
     using TGetLine = TGetLineBase;
     #else
     struct TGetLine: public TGetLineBase {

+ 1 - 1
util/system/protect.cpp

@@ -54,7 +54,7 @@ void ProtectMemory(void* addr, const size_t length, const EProtectMemory mode) {
 
 #ifdef _win_
     DWORD mpMode = PAGE_NOACCESS;
-    // windows developers are not aware of bit flags :( 
+    // windows developers are not aware of bit flags :(
 
     /*
      * It's unclear that we should NOT fail on Windows that does not support write-only