aboutsummaryrefslogtreecommitdiffstats
path: root/util/ya.make
diff options
context:
space:
mode:
authoreeight <eeight@yandex-team.ru>2022-02-10 16:46:19 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:46:19 +0300
commitbd085aee9b4f7a0bee302ce687964ffb7098f986 (patch)
tree1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /util/ya.make
parent475c0a46f28166e83fd263badc7546377cddcabe (diff)
downloadydb-bd085aee9b4f7a0bee302ce687964ffb7098f986.tar.gz
Restoring authorship annotation for <eeight@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/ya.make')
-rw-r--r--util/ya.make16
1 files changed, 8 insertions, 8 deletions
diff --git a/util/ya.make b/util/ya.make
index a1e8f84534..6ebe7e40cf 100644
--- a/util/ya.make
+++ b/util/ya.make
@@ -228,7 +228,7 @@ JOIN_SRCS(
string/hex.cpp
string/join.cpp
string/printf.cpp
- string/reverse.cpp
+ string/reverse.cpp
string/split.cpp
string/strip.cpp
string/strspn.cpp
@@ -242,10 +242,10 @@ IF (ARCH_ARM)
CFLAGS(-D_FORTIFY_SOURCE=0)
ENDIF()
-IF (TSTRING_IS_STD_STRING)
- CFLAGS(GLOBAL -DTSTRING_IS_STD_STRING)
-ENDIF()
-
+IF (TSTRING_IS_STD_STRING)
+ CFLAGS(GLOBAL -DTSTRING_IS_STD_STRING)
+ENDIF()
+
JOIN_SRCS(
all_system_1.cpp
system/atexit.cpp
@@ -270,7 +270,7 @@ JOIN_SRCS(
system/fs.cpp
system/fstat.cpp
system/getpid.cpp
- system/hi_lo.cpp
+ system/hi_lo.cpp
system/hostname.cpp
system/hp_timer.cpp
system/info.cpp
@@ -372,11 +372,11 @@ ENDIF()
# thread
JOIN_SRCS(
all_thread.cpp
- thread/factory.cpp
+ thread/factory.cpp
thread/fwd.cpp
thread/lfqueue.cpp
thread/lfstack.cpp
- thread/pool.cpp
+ thread/pool.cpp
thread/singleton.cpp
)