diff options
author | workfork <workfork@yandex-team.ru> | 2022-02-10 16:46:43 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:43 +0300 |
commit | 89db6fe2fe2c32d2a832ddfeb04e8d078e301084 (patch) | |
tree | 49e222ea1c5804306084bb3ae065bb702625360f /contrib/libs/base64/plain32/ya.make | |
parent | c3745173272d1cf5b0642debb40d019e7ae71094 (diff) | |
download | ydb-89db6fe2fe2c32d2a832ddfeb04e8d078e301084.tar.gz |
Restoring authorship annotation for <workfork@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/base64/plain32/ya.make')
-rw-r--r-- | contrib/libs/base64/plain32/ya.make | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/libs/base64/plain32/ya.make b/contrib/libs/base64/plain32/ya.make index fb3cf9d4ea..1f5a9ad204 100644 --- a/contrib/libs/base64/plain32/ya.make +++ b/contrib/libs/base64/plain32/ya.make @@ -1,6 +1,6 @@ OWNER( yazevnul - g:contrib + g:contrib g:cpp-contrib ) @@ -21,7 +21,7 @@ SRCS( ) IF (OS_LINUX OR OS_DARWIN) - CONLYFLAGS(-std=c11) + CONLYFLAGS(-std=c11) ENDIF() END() |