Fixing strange whitespace difference

This commit is contained in:
Viktor Walter 2022-01-10 17:44:40 +01:00
parent 0dc0656a68
commit f866352ccf
2 changed files with 2 additions and 2 deletions

View file

@ -336,7 +336,7 @@ zathura_plugin_free(zathura_plugin_t* plugin)
if (plugin == NULL) {
return;
}
if (plugin->path != NULL) {
g_free(plugin->path);
}

View file

@ -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