diff options
author | dasha <[email protected]> | 2022-02-10 16:51:08 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:51:08 +0300 |
commit | 9c0c595a1734a50aa8d0af2f62c7df1f65dfff98 (patch) | |
tree | 284695e2694054310c537ba9408f8358b25ee731 | |
parent | 9eecf492d77c54d74426323d3e3735736e54faa3 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
-rw-r--r-- | tools/ya.make | 2 | ||||
-rw-r--r-- | util/folder/filelist.cpp | 2 | ||||
-rw-r--r-- | util/folder/filelist.h | 4 | ||||
-rw-r--r-- | util/network/init.cpp | 4 | ||||
-rw-r--r-- | util/system/maxlen.h | 2 |
5 files changed, 7 insertions, 7 deletions
diff --git a/tools/ya.make b/tools/ya.make index 51a6b8b4263..77bc6b4f47e 100644 --- a/tools/ya.make +++ b/tools/ya.make @@ -107,7 +107,7 @@ RECURSE( printxref prngrp_index_print prog_rule - protobin2mr + protobin2mr prwordsfr pure_compiler pure_fingerprints diff --git a/util/folder/filelist.cpp b/util/folder/filelist.cpp index b21fcdbf208..cd45d5afe91 100644 --- a/util/folder/filelist.cpp +++ b/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(); diff --git a/util/folder/filelist.h b/util/folder/filelist.h index 3f615fa4c2e..f06581dd334 100644 --- a/util/folder/filelist.h +++ b/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); diff --git a/util/network/init.cpp b/util/network/init.cpp index 366e65682c3..6c21341335b 100644 --- a/util/network/init.cpp +++ b/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") diff --git a/util/system/maxlen.h b/util/system/maxlen.h index e1ff7f50086..318aaafdb2a 100644 --- a/util/system/maxlen.h +++ b/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 |