Browse Source

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

vlysenkov 3 years ago
parent
commit
a31ce856ad

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

@@ -1,5 +1,5 @@
 #pragma once
- 
+
 #include "sandbox.h"
 #include "build_info_static.h"
 

+ 5 - 5
library/cpp/build_info/ya.make

@@ -1,5 +1,5 @@
 LIBRARY()
- 
+
 OWNER(
     mvel
     snowball
@@ -15,10 +15,10 @@ PEERDIR(
     library/cpp/string_utils/base64
 )
 
-SRCS( 
+SRCS(
     sandbox.cpp.in
     build_info.cpp.in
     build_info_static.cpp
-) 
- 
-END() 
+)
+
+END()

+ 1 - 1
library/cpp/svnversion/svnversion.cpp

@@ -4,7 +4,7 @@
 
 #define FROM_IMPL
 #include "svnversion.h"
- 
+
 #include <util/generic/strbuf.h>
 
 extern "C" void PrintProgramSvnVersion() {

+ 3 - 3
library/cpp/svnversion/svnversion.h

@@ -1,12 +1,12 @@
 #pragma once
- 
+
 #if !defined(FROM_IMPL)
-#define PROGRAM_VERSION GetProgramSvnVersion() 
+#define PROGRAM_VERSION GetProgramSvnVersion()
 #define ARCADIA_SOURCE_PATH GetArcadiaSourcePath()
 #define PRINT_VERSION PrintSvnVersionAndExit(argc, (char**)argv)
 #define PRINT_VERSION_EX(opts) PrintSvnVersionAndExitEx(argc, (char**)argv, opts)
 #endif
- 
+
 #include <util/system/compiler.h>
 
 // Automatically generated functions.

+ 5 - 5
library/cpp/svnversion/ya.make

@@ -1,12 +1,12 @@
 OWNER(g:cpp-contrib)
 
 LIBRARY()
- 
-SRCS( 
-    svnversion.cpp 
+
+SRCS(
+    svnversion.cpp
     svn_interface.c
-) 
-END() 
+)
+END()
 RECURSE(
     test
 )

+ 2 - 2
library/cpp/testing/unittest/ya.make

@@ -1,5 +1,5 @@
 LIBRARY()
- 
+
 PROVIDES(test_framework)
 
 OWNER(
@@ -24,7 +24,7 @@ SRCS(
     tests_data.cpp
     utmain.cpp
 )
- 
+
 END()
 
 RECURSE_FOR_TESTS(

+ 3 - 3
tools/archiver/ya.make

@@ -1,5 +1,5 @@
 PROGRAM()
- 
+
 OWNER(
     pg
     mvel
@@ -13,8 +13,8 @@ PEERDIR(
 
 SRCS(
     main.cpp
-) 
+)
 
 SET(IDE_FOLDER "_Builders")
- 
+
 END()

+ 1 - 1
tools/ya.make

@@ -180,7 +180,7 @@ RECURSE(
     yson_pp
     zk_client
     idx_print
-) 
+)
 
 IF (NOT OS_WINDOWS)
     RECURSE(

+ 3 - 3
util/ya.make

@@ -6,7 +6,7 @@ SUBSCRIBER(g:util-subscribers)
 NEED_CHECK()
 
 NO_UTIL()
- 
+
 # stream
 # string
 PEERDIR(
@@ -57,8 +57,8 @@ JOIN_SRCS(
     ysafeptr.cpp
     ysaveload.cpp
     str_stl.cpp
-) 
- 
+)
+
 # folder
 JOIN_SRCS(
     all_folder.cpp