From c1e154db0730e6067d3b60dcf916332a1895e31f Mon Sep 17 00:00:00 2001 From: Dirk Lemstra Date: Tue, 30 Oct 2018 18:30:25 +0100 Subject: [PATCH] Added missing whitespace. --- MagickCore/coder.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MagickCore/coder.c b/MagickCore/coder.c index d09ce86323..39fdcb0a80 100644 --- a/MagickCore/coder.c +++ b/MagickCore/coder.c @@ -544,14 +544,14 @@ MagickExport MagickBooleanType ListCoderInfo(FILE *file, { if (coder_info[i]->path != (char *) NULL) (void) FormatLocaleFile(file,"\nPath: %s\n\n",coder_info[i]->path); - (void) FormatLocaleFile(file,"Magick Coder\n"); + (void) FormatLocaleFile(file,"Magick Coder\n"); (void) FormatLocaleFile(file, "-------------------------------------------------" "------------------------------\n"); } path=coder_info[i]->path; (void) FormatLocaleFile(file,"%s",coder_info[i]->magick); - for (j=(ssize_t) strlen(coder_info[i]->magick); j <= 11; j++) + for (j=(ssize_t) strlen(coder_info[i]->magick); j <= 15; j++) (void) FormatLocaleFile(file," "); if (coder_info[i]->name != (char *) NULL) (void) FormatLocaleFile(file,"%s",coder_info[i]->name);