mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-26 09:36:02 +01:00
Fixing strange whitespace difference
This commit is contained in:
parent
0dc0656a68
commit
f866352ccf
2 changed files with 2 additions and 2 deletions
|
@ -336,7 +336,7 @@ zathura_plugin_free(zathura_plugin_t* plugin)
|
|||
if (plugin == NULL) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
if (plugin->path != NULL) {
|
||||
g_free(plugin->path);
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue