diff options
| author | Dmitry Kopylov <[email protected]> | 2022-02-10 16:48:18 +0300 | 
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:48:18 +0300 | 
| commit | 7230275728d34873cba1ba78bb68669b0c5faa31 (patch) | |
| tree | b222e5ac2e2e98872661c51ccceee5da0d291e13 /library/python/pytest/empty | |
| parent | b2f5101486cc0de2e979c8ba9ada2109785bf5fd (diff) | |
Restoring authorship annotation for Dmitry Kopylov <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'library/python/pytest/empty')
| -rw-r--r-- | library/python/pytest/empty/main.c | 14 | ||||
| -rw-r--r-- | library/python/pytest/empty/ya.make | 10 | 
2 files changed, 12 insertions, 12 deletions
diff --git a/library/python/pytest/empty/main.c b/library/python/pytest/empty/main.c index d49fcc70311..9efa08162a7 100644 --- a/library/python/pytest/empty/main.c +++ b/library/python/pytest/empty/main.c @@ -1,7 +1,7 @@ -/*  -to be used for build python tests in a stub binary for the case of using system python  -*/  -  -int main(void) {  -    return 0;  -}  +/* +to be used for build python tests in a stub binary for the case of using system python +*/ + +int main(void) { +    return 0; +} diff --git a/library/python/pytest/empty/ya.make b/library/python/pytest/empty/ya.make index 4394568f15b..8f0fa37e2a9 100644 --- a/library/python/pytest/empty/ya.make +++ b/library/python/pytest/empty/ya.make @@ -1,12 +1,12 @@ -LIBRARY()  -  +LIBRARY() +  OWNER(      g:yatool      dmitko  ) -  +  SRCS(      main.c  ) -  -END()  + +END()  | 
