summaryrefslogtreecommitdiffstats
path: root/src/server/InputPort.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-08-18 02:04:16 -0400
committerDavid Robillard <d@drobilla.net>2022-08-18 02:04:16 -0400
commitc8152e8724c8e78fc53651f000a4e63aca945722 (patch)
treebd8dc56fdc0ab684344eca3dfb7634d895946591 /src/server/InputPort.hpp
parentb42cb99941882ec96efc469a3f9212e3b1676f26 (diff)
downloadingen-c8152e8724c8e78fc53651f000a4e63aca945722.tar.gz
ingen-c8152e8724c8e78fc53651f000a4e63aca945722.tar.bz2
ingen-c8152e8724c8e78fc53651f000a4e63aca945722.zip
Use consistent brace wrapping for namespaces
Diffstat (limited to 'src/server/InputPort.hpp')
-rw-r--r--src/server/InputPort.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/server/InputPort.hpp b/src/server/InputPort.hpp
index 3c94d5c6..72040a49 100644
--- a/src/server/InputPort.hpp
+++ b/src/server/InputPort.hpp
@@ -30,7 +30,9 @@
#include <cstdint>
#include <cstdlib>
-namespace raul { class Symbol; }
+namespace raul {
+class Symbol;
+} // namespace raul
namespace boost {
namespace intrusive {