From 48f8fd0a825e57796a49252a685661fe53bb0bc8 Mon Sep 17 00:00:00 2001
From: Markus Frank <Markus.Frank@cern.ch>
Date: Fri, 25 Sep 2020 18:35:15 +0200
Subject: [PATCH] Fixup for conditions to have names.

---
 DDCore/include/DD4hep/config.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/DDCore/include/DD4hep/config.h b/DDCore/include/DD4hep/config.h
index 2a3a2b3fd..f4ba76341 100644
--- a/DDCore/include/DD4hep/config.h
+++ b/DDCore/include/DD4hep/config.h
@@ -26,10 +26,10 @@
 #if !defined(DD4HEP_CONDITIONS_DEBUG)
 /// Enable this if you want to minimize the footprint of conditions
 #define DD4HEP_MINIMAL_CONDITIONS   1
-#else
+#endif
+
 /// Enable flag to store conditions names to keys (needs some support from user code!)
 #define DD4HEP_CONDITIONS_HAVE_NAME 1
-#endif
 
 /// Valid implementations of the Gaudi plugin service are 1 and 2
 #define DD4HEP_PLUGINSVC_VERSION 2
-- 
GitLab