From 565104a76991a81cc174e42a0f3b730fd9a40971 Mon Sep 17 00:00:00 2001 From: Sebastian Ramacher Date: Sun, 11 Dec 2011 20:19:57 +0100 Subject: [PATCH] coding style --- document.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/document.c b/document.c index de7f0ab..4978e12 100644 --- a/document.c +++ b/document.c @@ -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); }