mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-11 02:43:45 +01:00
coding style
This commit is contained in:
parent
f47775abf2
commit
565104a769
@ -106,8 +106,7 @@ zathura_document_plugins_load(zathura_t* zathura)
|
||||
if (r == false) {
|
||||
girara_error("could not register plugin %s", path);
|
||||
zathura_document_plugin_free(plugin);
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
girara_info("successfully loaded plugin %s", path);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user