summaryrefslogtreecommitdiffstats
path: root/include/ingen/World.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/World.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/World.hpp')
-rw-r--r--include/ingen/World.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/ingen/World.hpp b/include/ingen/World.hpp
index 6f8bd83c..5c8f1f72 100644
--- a/include/ingen/World.hpp
+++ b/include/ingen/World.hpp
@@ -29,7 +29,9 @@
using LilvWorld = struct LilvWorldImpl;
-namespace Sord { class World; }
+namespace Sord {
+class World;
+} // namespace Sord
namespace ingen {