summaryrefslogtreecommitdiffstats
path: root/include/ingen/SocketReader.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 /include/ingen/SocketReader.hpp
parentb42cb99941882ec96efc469a3f9212e3b1676f26 (diff)
downloadingen-c8152e8724c8e78fc53651f000a4e63aca945722.tar.gz
ingen-c8152e8724c8e78fc53651f000a4e63aca945722.tar.bz2
ingen-c8152e8724c8e78fc53651f000a4e63aca945722.zip
Use consistent brace wrapping for namespaces
Diffstat (limited to 'include/ingen/SocketReader.hpp')
-rw-r--r--include/ingen/SocketReader.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/ingen/SocketReader.hpp b/include/ingen/SocketReader.hpp
index 409631d9..4d0d1fdd 100644
--- a/include/ingen/SocketReader.hpp
+++ b/include/ingen/SocketReader.hpp
@@ -25,7 +25,9 @@
#include <memory>
#include <thread>
-namespace raul { class Socket; }
+namespace raul {
+class Socket;
+} // namespace raul
namespace ingen {