chiark / gitweb /
terminal/sysview: introduce SETTLE events
[elogind.git] / src / delta / delta.c
index a3a121fb0c5526ad4112f39d9a1d6289130926e4..9f1f8f333b545d798382ebcf034424445e33c2bf 100644 (file)
@@ -21,7 +21,6 @@
 ***/
 
 #include <errno.h>
-#include <assert.h>
 #include <string.h>
 #include <unistd.h>
 #include <getopt.h>
@@ -123,7 +122,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;