aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/svnversion/svnversion.h
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/svnversion/svnversion.h')
-rw-r--r--library/cpp/svnversion/svnversion.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/svnversion/svnversion.h b/library/cpp/svnversion/svnversion.h
index b99615daa9..2ee308f91b 100644
--- a/library/cpp/svnversion/svnversion.h
+++ b/library/cpp/svnversion/svnversion.h
@@ -1,11 +1,11 @@
#pragma once
-#if !defined(FROM_IMPL)
+#if !defined(FROM_IMPL)
#define PROGRAM_VERSION GetProgramSvnVersion()
#define ARCADIA_SOURCE_PATH GetArcadiaSourcePath()
#define PRINT_VERSION PrintSvnVersionAndExit(argc, (char**)argv)
#define PRINT_VERSION_EX(opts) PrintSvnVersionAndExitEx(argc, (char**)argv, opts)
-#endif
+#endif
#include <util/system/compiler.h>