From f866352ccfc37105e897bc82d2a957ab6907f065 Mon Sep 17 00:00:00 2001 From: Viktor Walter Date: Mon, 10 Jan 2022 17:44:40 +0100 Subject: [PATCH] Fixing strange whitespace difference --- zathura/plugin.c | 2 +- zathura/synctex.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/zathura/plugin.c b/zathura/plugin.c index 7b3e754..0ccbac5 100644 --- a/zathura/plugin.c +++ b/zathura/plugin.c @@ -336,7 +336,7 @@ zathura_plugin_free(zathura_plugin_t* plugin) if (plugin == NULL) { return; } - + if (plugin->path != NULL) { g_free(plugin->path); } diff --git a/zathura/synctex.c b/zathura/synctex.c index 9b5d68e..fb442ed 100644 --- a/zathura/synctex.c +++ b/zathura/synctex.c @@ -204,7 +204,7 @@ synctex_rectangles_from_position(const char* filename, const char* input_file, girara_list_t* hitlist_flat = flatten_rectangles(hitlist); girara_list_free(hitlist); - + return hitlist_flat; } #else