chiark / gitweb /
delta: fix output alignment of [REDIRECTED] entries
[elogind.git] / src / delta / delta.c
index a3a121fb0c5526ad4112f39d9a1d6289130926e4..de963f70099a104fa8b972e47ad7f72f48079d46 100644 (file)
@@ -123,7 +123,7 @@ static int notify_override_redirected(const char *top, const char *bottom) {
         if (!(arg_flags & SHOW_REDIRECTED))
                 return 0;
 
-        printf("%s%s%s   %s %s %s\n",
+        printf("%s%s%s %s %s %s\n",
                ansi_highlight(), "[REDIRECTED]", ansi_highlight_off(),
                top, draw_special_char(DRAW_ARROW), bottom);
         return 1;