diff --git a/DDCond/src/ConditionsParser.cpp b/DDCond/src/ConditionsParser.cpp
index e5a2f42eb69dcd8eba94551a135873f67f748190..3b066781e8541accef3d068f4a2049a2a1a6b0f9 100644
--- a/DDCond/src/ConditionsParser.cpp
+++ b/DDCond/src/ConditionsParser.cpp
@@ -33,7 +33,7 @@
  */
 namespace DD4hep  {
 
-  namespace   {
+  namespace {
     /// Some utility class to specialize the converters:
     class include;
     class arbitrary;
@@ -50,7 +50,7 @@ using namespace DD4hep::Conditions;
 using Geometry::DetElement;
 using std::string;
 
-namespace {
+namespace DD4hep {
   struct ConversionArg {
     DetElement detector;
     ConditionsStack* stack;