aboutsummaryrefslogtreecommitdiffstats
path: root/build/conf_fatal_error
diff options
context:
space:
mode:
authorkikht <kikht@yandex-team.ru>2022-02-10 16:45:14 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:45:14 +0300
commit194cae0e8855b11be2005e1eff12c660c3ee9774 (patch)
treeed29c437b616690880c017855ebe0be34fdf81a2 /build/conf_fatal_error
parent49116032d905455a7b1c994e4a696afc885c1e71 (diff)
downloadydb-194cae0e8855b11be2005e1eff12c660c3ee9774.tar.gz
Restoring authorship annotation for <kikht@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'build/conf_fatal_error')
-rw-r--r--build/conf_fatal_error/ya.make12
1 files changed, 6 insertions, 6 deletions
diff --git a/build/conf_fatal_error/ya.make b/build/conf_fatal_error/ya.make
index 40c85f1079..f2475a47ec 100644
--- a/build/conf_fatal_error/ya.make
+++ b/build/conf_fatal_error/ya.make
@@ -1,7 +1,7 @@
-OWNER(g:ymake kikht)
-RESOURCES_LIBRARY()
-SET(FATAL_ERROR_MODULE yes)
+OWNER(g:ymake kikht)
+RESOURCES_LIBRARY()
+SET(FATAL_ERROR_MODULE yes)
IF (FATAL_ERROR_MESSAGE != "")
- MESSAGE(FATAL_ERROR $FATAL_ERROR_MESSAGE)
-ENDIF()
-END()
+ MESSAGE(FATAL_ERROR $FATAL_ERROR_MESSAGE)
+ENDIF()
+END()