diff options
| author | vlysenkov <[email protected]> | 2022-02-10 16:49:58 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:58 +0300 |
| commit | c22ad53d5b908b6074453e29ec2fd33e5a99ca18 (patch) | |
| tree | 98edaea8230815d75d912b00a8fbf56bc91b3522 /library/cpp/build_info | |
| parent | 60856e6a3cdaac98f0ba9c73a4851379c2ee6a6d (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/build_info')
| -rw-r--r-- | library/cpp/build_info/build_info.h | 2 | ||||
| -rw-r--r-- | library/cpp/build_info/ya.make | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/library/cpp/build_info/build_info.h b/library/cpp/build_info/build_info.h index a494870ba34..04823ce5c6a 100644 --- a/library/cpp/build_info/build_info.h +++ b/library/cpp/build_info/build_info.h @@ -1,5 +1,5 @@ #pragma once - + #include "sandbox.h" #include "build_info_static.h" diff --git a/library/cpp/build_info/ya.make b/library/cpp/build_info/ya.make index 99886a88932..aed2ede8097 100644 --- a/library/cpp/build_info/ya.make +++ b/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() |
