summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-09-28 12:44:07 -0400
committerDavid Robillard <d@drobilla.net>2024-09-28 12:44:07 -0400
commit10e48b0f23f7e40a0cf1ebaece86f064cf6f12f7 (patch)
tree882ce3d14b0d475ffdb624ed95b01219176bb8da /src
parentda373a717d026dddec8a14f19ffd5cf3f318cdc8 (diff)
downloadlilv-10e48b0f23f7e40a0cf1ebaece86f064cf6f12f7.tar.gz
lilv-10e48b0f23f7e40a0cf1ebaece86f064cf6f12f7.tar.bz2
lilv-10e48b0f23f7e40a0cf1ebaece86f064cf6f12f7.zip
Fix whitespace
Diffstat (limited to 'src')
-rw-r--r--src/plugin.c2
-rw-r--r--src/state.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/plugin.c b/src/plugin.c
index f191eda..46a09e3 100644
--- a/src/plugin.c
+++ b/src/plugin.c
@@ -212,7 +212,7 @@ lilv_plugin_load(LilvPlugin* plugin)
// Load and parse dynamic manifest data, if this is a library
if (plugin->dynmanifest) {
typedef int (*GetDataFunc)(
- LV2_Dyn_Manifest_Handle handle, FILE * fp, const char* uri);
+ LV2_Dyn_Manifest_Handle handle, FILE* fp, const char* uri);
GetDataFunc get_data_func = (GetDataFunc)lilv_dlfunc(
plugin->dynmanifest->lib, "lv2_dyn_manifest_get_data");
if (get_data_func) {
diff --git a/src/state.c b/src/state.c
index ddede30..964691e 100644
--- a/src/state.c
+++ b/src/state.c
@@ -781,7 +781,7 @@ lilv_state_new_from_file(LilvWorld* world,
(subject) ? subject->node
: sord_node_from_serd_node(world->world, env, &node, NULL, NULL);
- char* const dirname = zix_string_view_copy(NULL, zix_path_parent_path(path));
+ char* const dirname = zix_string_view_copy(NULL, zix_path_parent_path(path));
char* const real_path = zix_canonical_path(NULL, dirname);
char* const dir_path = zix_path_join(NULL, real_path, NULL);