summaryrefslogtreecommitdiffstats
path: root/staging_vespalib/src/vespa/vespalib/util/xmlserializable.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'staging_vespalib/src/vespa/vespalib/util/xmlserializable.cpp')
-rw-r--r--staging_vespalib/src/vespa/vespalib/util/xmlserializable.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/staging_vespalib/src/vespa/vespalib/util/xmlserializable.cpp b/staging_vespalib/src/vespa/vespalib/util/xmlserializable.cpp
index 9272f7b0f94..35110be87ca 100644
--- a/staging_vespalib/src/vespa/vespalib/util/xmlserializable.cpp
+++ b/staging_vespalib/src/vespa/vespalib/util/xmlserializable.cpp
@@ -4,8 +4,7 @@
#include "xmlstream.h"
#include <sstream>
-namespace vespalib {
-namespace xml {
+namespace vespalib::xml {
std::string
XmlSerializable::toXml(const std::string& indent) const
@@ -16,5 +15,4 @@ XmlSerializable::toXml(const std::string& indent) const
return ost.str();
}
-} // xml
-} // vespalib
+}