Browse Source

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

dasha 3 years ago
parent
commit
5a80a0ba26
5 changed files with 7 additions and 7 deletions
  1. 1 1
      tools/ya.make
  2. 1 1
      util/folder/filelist.cpp
  3. 2 2
      util/folder/filelist.h
  4. 2 2
      util/network/init.cpp
  5. 1 1
      util/system/maxlen.h

+ 1 - 1
tools/ya.make

@@ -107,7 +107,7 @@ RECURSE(
     printxref
     prngrp_index_print
     prog_rule
-    protobin2mr 
+    protobin2mr
     prwordsfr
     pure_compiler
     pure_fingerprints

+ 1 - 1
util/folder/filelist.cpp

@@ -10,7 +10,7 @@ void TFileEntitiesList::Fill(const TString& dirname, TStringBuf prefix, TStringB
     if (sort) {
         opts.SetSortByName();
     }
- 
+
     TDirIterator dir(dirname, opts);
     Clear();
 

+ 2 - 2
util/folder/filelist.h

@@ -41,11 +41,11 @@ public:
     }
 
     inline void Fill(const TString& dirname, bool sort = false) {
-        Fill(dirname, TStringBuf(), sort); 
+        Fill(dirname, TStringBuf(), sort);
     }
 
     inline void Fill(const TString& dirname, TStringBuf prefix, bool sort = false) {
-        Fill(dirname, prefix, TStringBuf(), 1, sort); 
+        Fill(dirname, prefix, TStringBuf(), 1, sort);
     }
 
     void Fill(const TString& dirname, TStringBuf prefix, TStringBuf suffix, int depth, bool sort = false);

+ 2 - 2
util/network/init.cpp

@@ -12,9 +12,9 @@ namespace {
     class TNetworkInit {
     public:
         inline TNetworkInit() {
-#ifndef ROBOT_SIGPIPE 
+#ifndef ROBOT_SIGPIPE
             signal(SIGPIPE, SIG_IGN);
-#endif 
+#endif
 
 #if defined(_win_)
     #pragma comment(lib, "ws2_32.lib")

+ 1 - 1
util/system/maxlen.h

@@ -12,7 +12,7 @@
     #define URL_MAX 1024
 #endif
 #define FULLURL_MAX (URL_MAX + HOST_MAX)
- 
+
 #define LINKTEXT_MAX 1024
 
 #ifdef WIN32