From 10e48b0f23f7e40a0cf1ebaece86f064cf6f12f7 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 28 Sep 2024 12:44:07 -0400 Subject: Fix whitespace --- src/plugin.c | 2 +- src/state.c | 2 +- 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); -- cgit v1.2.1