summaryrefslogtreecommitdiffstats
path: root/include/ingen
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-08-18 02:04:37 -0400
committerDavid Robillard <d@drobilla.net>2022-08-18 02:23:48 -0400
commit79693e0ed6fc5c221ee15ab4523d4cf03f9454f9 (patch)
treeebbe8dabee2c42a3719e51376e9a1831f30eed3a /include/ingen
parentd9b551a382a3c0dc2213141923ff4e01bbd6fee1 (diff)
downloadingen-79693e0ed6fc5c221ee15ab4523d4cf03f9454f9.tar.gz
ingen-79693e0ed6fc5c221ee15ab4523d4cf03f9454f9.tar.bz2
ingen-79693e0ed6fc5c221ee15ab4523d4cf03f9454f9.zip
Fix whitespace
Diffstat (limited to 'include/ingen')
-rw-r--r--include/ingen/URIMap.hpp9
1 files changed, 7 insertions, 2 deletions
diff --git a/include/ingen/URIMap.hpp b/include/ingen/URIMap.hpp
index 2df27a93..f5ae8a37 100644
--- a/include/ingen/URIMap.hpp
+++ b/include/ingen/URIMap.hpp
@@ -95,8 +95,13 @@ public:
const LV2_URID_Map& urid_map() const { return _urid_map_feature->data(); }
LV2_URID_Map& urid_map() { return _urid_map_feature->data(); }
- const LV2_URID_Unmap& urid_unmap() const { return _urid_unmap_feature->data(); }
- LV2_URID_Unmap& urid_unmap() { return _urid_unmap_feature->data(); }
+
+ const LV2_URID_Unmap& urid_unmap() const
+ {
+ return _urid_unmap_feature->data();
+ }
+
+ LV2_URID_Unmap& urid_unmap() { return _urid_unmap_feature->data(); }
std::shared_ptr<URIDMapFeature> urid_map_feature()
{