]> granicus.if.org Git - imagemagick/commitdiff
Whitespace.
authorDirk Lemstra <dirk@git.imagemagick.org>
Sat, 3 Dec 2016 08:59:34 +0000 (09:59 +0100)
committerDirk Lemstra <dirk@git.imagemagick.org>
Sat, 3 Dec 2016 08:59:34 +0000 (09:59 +0100)
MagickCore/nt-base.c

index 16089762277e489ca8deaefd49c1aec43af37ed1..3b884feaebca4602e4ed86cd73ad621730fdc162 100644 (file)
@@ -1757,8 +1757,8 @@ MagickPrivate DIR *NTOpenDirectory(const char *path)
     MagickPathExtent);
   if (length == 0)
     return((DIR *) NULL);
-  if(wcsncat(file_specification,(const wchar_t*) DirectorySeparator,
-       MagickPathExtent-wcslen(file_specification)-1) == (wchar_t*) NULL)
+  if (wcsncat(file_specification,(const wchar_t*) DirectorySeparator,
+        MagickPathExtent-wcslen(file_specification)-1) == (wchar_t*) NULL)
     return((DIR *) NULL);
   entry=(DIR *) AcquireMagickMemory(sizeof(DIR));
   if (entry != (DIR *) NULL)