summaryrefslogtreecommitdiff
path: root/unoidl/source/sourcetreeprovider.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unoidl/source/sourcetreeprovider.cxx')
-rw-r--r--unoidl/source/sourcetreeprovider.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/unoidl/source/sourcetreeprovider.cxx b/unoidl/source/sourcetreeprovider.cxx
index 0d88c8e0565a..fd780f8dfd5e 100644
--- a/unoidl/source/sourcetreeprovider.cxx
+++ b/unoidl/source/sourcetreeprovider.cxx
@@ -29,7 +29,7 @@
#include <osl/thread.h>
#endif
-namespace unoidl { namespace detail {
+namespace unoidl::detail {
namespace {
@@ -205,6 +205,6 @@ rtl::Reference<Entity> SourceTreeProvider::findEntity(OUString const & name)
SourceTreeProvider::~SourceTreeProvider() throw () {}
-} }
+}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */