From 5d6ab4915c3b93f534c45bb6f84bf3273221e87c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 13 Dec 2022 01:23:28 -0500 Subject: Concatenate nested namespaces --- src/server/BlockImpl.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/server/BlockImpl.cpp') diff --git a/src/server/BlockImpl.cpp b/src/server/BlockImpl.cpp index 81474126..3fa7a1c3 100644 --- a/src/server/BlockImpl.cpp +++ b/src/server/BlockImpl.cpp @@ -32,8 +32,7 @@ #include #include -namespace ingen { -namespace server { +namespace ingen::server { BlockImpl::BlockImpl(PluginImpl* plugin, const raul::Symbol& symbol, @@ -297,5 +296,4 @@ BlockImpl::set_port_buffer(uint32_t, uint32_t, const BufferRef&, SampleCount) << " buffer " << buf << " offset " << offset << std::endl;*/ } -} // namespace server -} // namespace ingen +} // namespace ingen::server -- cgit v1.2.1