aboutsummaryrefslogtreecommitdiffstats
path: root/tools/fix_elf
diff options
context:
space:
mode:
authorsnermolaev <snermolaev@yandex-team.ru>2022-02-10 16:45:53 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:45:53 +0300
commit7353a3fdea9c67c256980c00a2b3b67f09b23a27 (patch)
tree1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /tools/fix_elf
parent2015790ac9fcc04caab83fccc23ab2460310a797 (diff)
downloadydb-7353a3fdea9c67c256980c00a2b3b67f09b23a27.tar.gz
Restoring authorship annotation for <snermolaev@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'tools/fix_elf')
-rw-r--r--tools/fix_elf/bin/ya.make34
-rw-r--r--tools/fix_elf/ya.make18
2 files changed, 26 insertions, 26 deletions
diff --git a/tools/fix_elf/bin/ya.make b/tools/fix_elf/bin/ya.make
index 4c995c1fd5..8348c8b742 100644
--- a/tools/fix_elf/bin/ya.make
+++ b/tools/fix_elf/bin/ya.make
@@ -1,17 +1,17 @@
-OWNER(somov)
-
-PROGRAM(fix_elf)
-
-SRCDIR(
- tools/fix_elf
-)
-
-SRCS(
- patch.cpp
-)
-
-PEERDIR(
- library/cpp/getopt/small
-)
-
-END()
+OWNER(somov)
+
+PROGRAM(fix_elf)
+
+SRCDIR(
+ tools/fix_elf
+)
+
+SRCS(
+ patch.cpp
+)
+
+PEERDIR(
+ library/cpp/getopt/small
+)
+
+END()
diff --git a/tools/fix_elf/ya.make b/tools/fix_elf/ya.make
index bb2e8b8552..747323d868 100644
--- a/tools/fix_elf/ya.make
+++ b/tools/fix_elf/ya.make
@@ -1,13 +1,13 @@
OWNER(somov)
-IF (USE_PREBUILT_TOOLS)
- INCLUDE(${ARCADIA_ROOT}/build/prebuilt/tools/fix_elf/ya.make.prebuilt)
-ENDIF()
+IF (USE_PREBUILT_TOOLS)
+ INCLUDE(${ARCADIA_ROOT}/build/prebuilt/tools/fix_elf/ya.make.prebuilt)
+ENDIF()
-IF (NOT PREBUILT)
- INCLUDE(${ARCADIA_ROOT}/tools/fix_elf/bin/ya.make)
-ENDIF()
+IF (NOT PREBUILT)
+ INCLUDE(${ARCADIA_ROOT}/tools/fix_elf/bin/ya.make)
+ENDIF()
-RECURSE(
- bin
-)
+RECURSE(
+ bin
+)