summaryrefslogtreecommitdiffstats
path: root/src/client/BlockModel.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-12-13 01:23:28 -0500
committerDavid Robillard <d@drobilla.net>2022-12-14 18:04:27 -0500
commit5d6ab4915c3b93f534c45bb6f84bf3273221e87c (patch)
treecfa2693d677a8261d5d2ab0125b7369dc39a7f86 /src/client/BlockModel.cpp
parent513296b868df8a3c5a55290d3146cba017418926 (diff)
downloadingen-5d6ab4915c3b93f534c45bb6f84bf3273221e87c.tar.gz
ingen-5d6ab4915c3b93f534c45bb6f84bf3273221e87c.tar.bz2
ingen-5d6ab4915c3b93f534c45bb6f84bf3273221e87c.zip
Concatenate nested namespaces
Diffstat (limited to 'src/client/BlockModel.cpp')
-rw-r--r--src/client/BlockModel.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/client/BlockModel.cpp b/src/client/BlockModel.cpp
index aa4ef663..7448ca6c 100644
--- a/src/client/BlockModel.cpp
+++ b/src/client/BlockModel.cpp
@@ -34,8 +34,7 @@
#include <string>
#include <utility>
-namespace ingen {
-namespace client {
+namespace ingen::client {
BlockModel::BlockModel(URIs& uris,
const std::shared_ptr<PluginModel>& plugin,
@@ -292,5 +291,4 @@ BlockModel::set(const std::shared_ptr<ObjectModel>& model)
ObjectModel::set(model);
}
-} // namespace client
-} // namespace ingen
+} // namespace ingen::client