diff --git a/magick/log.c b/magick/log.c
index fce62b3..9bbc4be 100644
--- a/magick/log.c
+++ b/magick/log.c
@@ -642,8 +642,10 @@
       {
         if (log_info[i]->path != (char *) NULL)
           (void) FormatLocaleFile(file,"\nPath: %s\n\n",log_info[i]->path);
-        (void) FormatLocaleFile(file,"Filename       Generations     Limit  Format\n");
-        (void) FormatLocaleFile(file,"-------------------------------------------------"
+        (void) FormatLocaleFile(file,
+          "Filename       Generations     Limit  Format\n");
+        (void) FormatLocaleFile(file,
+          "-------------------------------------------------"
           "------------------------------\n");
       }
     path=log_info[i]->path;