changeset 2184:f30459c47092

Fix indent in previous patch
author Mikael Berthe <mikael@lilotux.net>
date Tue, 22 Sep 2015 21:36:45 +0200
parents e62319868844
children f14537ee3476
files mcabber/mcabber/main.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mcabber/mcabber/main.c	Tue Sep 22 21:30:00 2015 +0200
+++ b/mcabber/mcabber/main.c	Tue Sep 22 21:36:45 2015 +0200
@@ -197,7 +197,7 @@
                   "** ERROR: Password evaluation command exited with error %d.",
                   res);
     if (res == -1) {
-    scr_log_print(LPRINT_NORMAL, "   errno=%d", errno);
+      scr_log_print(LPRINT_NORMAL, "   errno=%d", errno);
     }
     g_free(pwd);
     *status = res;