Fix indent in previous patch
authorMikael Berthe <mikael@lilotux.net>
Tue, 22 Sep 2015 21:36:45 +0200
changeset 2184 f30459c47092
parent 2183 e62319868844
child 2185 f14537ee3476
Fix indent in previous patch
mcabber/mcabber/main.c
--- 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;