aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/cxxsupp/system_stl
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 /contrib/libs/cxxsupp/system_stl
parent2015790ac9fcc04caab83fccc23ab2460310a797 (diff)
downloadydb-7353a3fdea9c67c256980c00a2b3b67f09b23a27.tar.gz
Restoring authorship annotation for <snermolaev@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/cxxsupp/system_stl')
-rw-r--r--contrib/libs/cxxsupp/system_stl/include/stlfwd2
-rw-r--r--contrib/libs/cxxsupp/system_stl/ya.make2
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/libs/cxxsupp/system_stl/include/stlfwd b/contrib/libs/cxxsupp/system_stl/include/stlfwd
index e00863a8ec..94e9c17f3f 100644
--- a/contrib/libs/cxxsupp/system_stl/include/stlfwd
+++ b/contrib/libs/cxxsupp/system_stl/include/stlfwd
@@ -11,4 +11,4 @@
#include <deque>
#include <map>
#include <set>
-#include <functional>
+#include <functional>
diff --git a/contrib/libs/cxxsupp/system_stl/ya.make b/contrib/libs/cxxsupp/system_stl/ya.make
index 1c2a9150f5..75317898ac 100644
--- a/contrib/libs/cxxsupp/system_stl/ya.make
+++ b/contrib/libs/cxxsupp/system_stl/ya.make
@@ -21,7 +21,7 @@ ELSEIF (OS_ANDROID)
LDFLAGS(-l:libc++.a)
ELSE()
LDFLAGS(-lc++)
- ENDIF()
+ ENDIF()
ELSE()
CFLAGS(GLOBAL -DLIBCXX_BUILDING_LIBGCC)
LDFLAGS(-lgcc_s)