summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/xmlfile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/util/xmlfile.cpp')
-rw-r--r--src/lib/util/xmlfile.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/util/xmlfile.cpp b/src/lib/util/xmlfile.cpp
index 8ee3c33fe26..2660137e1bb 100644
--- a/src/lib/util/xmlfile.cpp
+++ b/src/lib/util/xmlfile.cpp
@@ -22,7 +22,7 @@
#include <sstream>
-namespace util { namespace xml {
+namespace util::xml {
namespace {
@@ -1019,5 +1019,4 @@ void data_node::write_recursive(int indent, util::core_file &file) const
}
}
-
-} } // namespace util::xml
+} // namespace util::xml