diff options
author | shadchin <shadchin@yandex-team.ru> | 2022-02-10 16:44:30 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:44:30 +0300 |
commit | 2598ef1d0aee359b4b6d5fdd1758916d5907d04f (patch) | |
tree | 012bb94d777798f1f56ac1cec429509766d05181 /build/sysincl | |
parent | 6751af0b0c1b952fede40b19b71da8025b5d8bcf (diff) | |
download | ydb-2598ef1d0aee359b4b6d5fdd1758916d5907d04f.tar.gz |
Restoring authorship annotation for <shadchin@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'build/sysincl')
-rw-r--r-- | build/sysincl/misc.yml | 24 | ||||
-rw-r--r-- | build/sysincl/windows.yml | 4 |
2 files changed, 14 insertions, 14 deletions
diff --git a/build/sysincl/misc.yml b/build/sysincl/misc.yml index e9e6095888..3f2fb1f01d 100644 --- a/build/sysincl/misc.yml +++ b/build/sysincl/misc.yml @@ -119,10 +119,10 @@ includes: - xray/xray_interface.h: contrib/libs/clang11-rt/include/xray/xray_interface.h -- source_filter: "^contrib/libs/clang12-rt" - includes: - - xray/xray_interface.h: contrib/libs/clang12-rt/include/xray/xray_interface.h - +- source_filter: "^contrib/libs/clang12-rt" + includes: + - xray/xray_interface.h: contrib/libs/clang12-rt/include/xray/xray_interface.h + - source_filter: "^contrib/libs/llvm" includes: - plugin-api.h # GNU linker plugin API. @@ -172,10 +172,10 @@ includes: - atomic.h: contrib/libs/nsync/platform/c++11/atomic.h -- source_filter: "^contrib/python/numpy/py3" - includes: - - numpy/random.pxd - +- source_filter: "^contrib/python/numpy/py3" + includes: + - numpy/random.pxd + - source_filter: "^contrib/tools/python/src/Objects/exceptions.c" includes: - errmap.h: contrib/tools/python/src/PC/errmap.h @@ -446,10 +446,10 @@ - cmqxc.h - cmqcfc.h - cmqbc.h - -- source_filter: "^contrib/libs/h3" - includes: - - alloc.h: contrib/libs/h3/h3lib/include/alloc.h + +- source_filter: "^contrib/libs/h3" + includes: + - alloc.h: contrib/libs/h3/h3lib/include/alloc.h - source_filter: "^cloud/iam/token_agent/daemon" includes: - contrib/libs/grpc/include/grpcpp/impl/codegen/server_context_impl.h diff --git a/build/sysincl/windows.yml b/build/sysincl/windows.yml index 26ae7b5bfa..6222768162 100644 --- a/build/sysincl/windows.yml +++ b/build/sysincl/windows.yml @@ -166,7 +166,7 @@ - olectl.h - packon.h - packoff.h - - pathcch.h + - pathcch.h - p2p.h - pdh.h - pdhmsg.h @@ -302,7 +302,7 @@ - wrl/ftm.h - wrl/implements.h - wrl/wrappers/corewrappers.h - - ws2bth.h + - ws2bth.h - ws2def.h - ws2ipdef.h - ws2spi.h |