From 591f9cb4185c1e266c55a6af4270c6f5bc491b32 Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Sat, 12 May 2001 05:49:31 +0000 Subject: [PATCH] Undo one of yesterday's aesthetical changes. --- handler.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/handler.c b/handler.c index 32939f3a..33de4e93 100644 --- a/handler.c +++ b/handler.c @@ -908,8 +908,6 @@ static void flowed_quote (STATE *s, int level) for (i = 0; i < level; i++) state_putc ('>', s); - if ((s->flags & M_DISPLAY) && level) - state_putc (' ', s); } static int flowed_maybe_quoted (char *cont) -- 2.40.0