summaryrefslogtreecommitdiffstats
path: root/src/gui/GraphPortModule.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/gui/GraphPortModule.cpp
parent513296b868df8a3c5a55290d3146cba017418926 (diff)
downloadingen-5d6ab4915c3b93f534c45bb6f84bf3273221e87c.tar.gz
ingen-5d6ab4915c3b93f534c45bb6f84bf3273221e87c.tar.bz2
ingen-5d6ab4915c3b93f534c45bb6f84bf3273221e87c.zip
Concatenate nested namespaces
Diffstat (limited to 'src/gui/GraphPortModule.cpp')
-rw-r--r--src/gui/GraphPortModule.cpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/gui/GraphPortModule.cpp b/src/gui/GraphPortModule.cpp
index 4c161f3f..ccbfbebf 100644
--- a/src/gui/GraphPortModule.cpp
+++ b/src/gui/GraphPortModule.cpp
@@ -42,9 +42,7 @@
#include <string>
#include <utility>
-namespace ingen {
-
-namespace gui {
+namespace ingen::gui {
GraphPortModule::GraphPortModule(
GraphCanvas& canvas,
@@ -169,5 +167,4 @@ GraphPortModule::set_selected(gboolean b)
}
}
-} // namespace gui
-} // namespace ingen
+} // namespace ingen::gui