]> granicus.if.org Git - imagemagick/commitdiff
...
authorCristy <urban-warrior@imagemagick.org>
Sun, 19 Mar 2017 22:03:36 +0000 (18:03 -0400)
committerCristy <urban-warrior@imagemagick.org>
Sun, 19 Mar 2017 22:03:36 +0000 (18:03 -0400)
MagickCore/utility.c

index 6fa0f5c528991b09dc3d8fe271875bbf9ff44633..06c345b803d51de286a1a967a60b3d35e8b9b92f 100644 (file)
@@ -1152,9 +1152,9 @@ MagickExport MagickBooleanType GetPathAttributes(const char *path,
 {
   MagickBooleanType
     status;
-  
+
   if (path == (const char *) NULL)
-    { 
+    {
       errno=EINVAL;
       return(MagickFalse);
     }