aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/build_info/build_info_static.h
diff options
context:
space:
mode:
authorheretic <heretic@yandex-team.ru>2022-02-10 16:45:46 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:45:46 +0300
commit81eddc8c0b55990194e112b02d127b87d54164a9 (patch)
tree9142afc54d335ea52910662635b898e79e192e49 /library/cpp/build_info/build_info_static.h
parent397cbe258b9e064f49c4ca575279f02f39fef76e (diff)
downloadydb-81eddc8c0b55990194e112b02d127b87d54164a9.tar.gz
Restoring authorship annotation for <heretic@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/build_info/build_info_static.h')
-rw-r--r--library/cpp/build_info/build_info_static.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/library/cpp/build_info/build_info_static.h b/library/cpp/build_info/build_info_static.h
index 855b3fd12a..9bf9939dd9 100644
--- a/library/cpp/build_info/build_info_static.h
+++ b/library/cpp/build_info/build_info_static.h
@@ -1,13 +1,13 @@
-#pragma once
-
-#if defined(__cplusplus)
-extern "C" {
-#endif
-
+#pragma once
+
+#if defined(__cplusplus)
+extern "C" {
+#endif
+
const char* GetCompilerVersion();
const char* GetCompilerFlags(); // "-std=c++14 -DNDEBUG -O2 -m64 ..."
const char* GetBuildInfo(); // Compiler version and flags
-
-#if defined(__cplusplus)
-}
-#endif
+
+#if defined(__cplusplus)
+}
+#endif