summaryrefslogtreecommitdiffstats
path: root/src/gui/ThreadedLoader.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/gui/ThreadedLoader.hpp
parentb42cb99941882ec96efc469a3f9212e3b1676f26 (diff)
downloadingen-c8152e8724c8e78fc53651f000a4e63aca945722.tar.gz
ingen-c8152e8724c8e78fc53651f000a4e63aca945722.tar.bz2
ingen-c8152e8724c8e78fc53651f000a4e63aca945722.zip
Use consistent brace wrapping for namespaces
Diffstat (limited to 'src/gui/ThreadedLoader.hpp')
-rw-r--r--src/gui/ThreadedLoader.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gui/ThreadedLoader.hpp b/src/gui/ThreadedLoader.hpp
index 6466fb1d..d338b63f 100644
--- a/src/gui/ThreadedLoader.hpp
+++ b/src/gui/ThreadedLoader.hpp
@@ -43,7 +43,9 @@ class Parser;
class Properties;
class URI;
-namespace client { class GraphModel; }
+namespace client {
+class GraphModel;
+} // namespace client
namespace gui {