summaryrefslogtreecommitdiffstats
path: root/src/gui/GraphBox.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-08-01 21:36:41 +0200
committerDavid Robillard <d@drobilla.net>2020-08-02 01:48:48 +0200
commit7bf68773bc946f3e0fe4c25b05082ca4b068a593 (patch)
treecc09ecb9c32d4d2606ac3a4f563e06ddfa9eb5f8 /src/gui/GraphBox.hpp
parentc0de5d2620cc1ee227ff2c64ef163e308ba19cb4 (diff)
downloadingen-7bf68773bc946f3e0fe4c25b05082ca4b068a593.tar.gz
ingen-7bf68773bc946f3e0fe4c25b05082ca4b068a593.tar.bz2
ingen-7bf68773bc946f3e0fe4c25b05082ca4b068a593.zip
Clean up namespace comments
Diffstat (limited to 'src/gui/GraphBox.hpp')
-rw-r--r--src/gui/GraphBox.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/GraphBox.hpp b/src/gui/GraphBox.hpp
index 175ad392..a4aabdcb 100644
--- a/src/gui/GraphBox.hpp
+++ b/src/gui/GraphBox.hpp
@@ -36,7 +36,7 @@
namespace Raul {
class Atom;
class Path;
-}
+} // namespace Raul
namespace ingen {
@@ -46,7 +46,7 @@ namespace client {
class GraphModel;
class PortModel;
class ObjectModel;
-}
+} // namespace client
namespace gui {