# HG changeset patch # User Timo Sirainen # Date 1032073239 -10800 # Node ID 2499dad2932b5ad6cac985fc71dee08643d10b2b # Parent a3fa2d4f441c563a825987f26f49e558d3a028e7 removed extra whitespace diff -r a3fa2d4f441c -r 2499dad2932b src/lib-storage/index/index-fetch-section.c --- a/src/lib-storage/index/index-fetch-section.c Sun Sep 15 09:48:54 2002 +0300 +++ b/src/lib-storage/index/index-fetch-section.c Sun Sep 15 10:00:39 2002 +0300 @@ -383,8 +383,8 @@ const char *prefix; prefix = !sect->skip_set ? - t_strdup_printf(" BODY[%s] ", sect->section) : - t_strdup_printf(" BODY[%s]<%"PRIuUOFF_T"> ", + t_strdup_printf(" BODY[%s]", sect->section) : + t_strdup_printf(" BODY[%s]<%"PRIuUOFF_T">", sect->section, sect->skip); if (ctx->first) { prefix++; ctx->first = FALSE;