From: Dirk Lemstra Date: Sat, 3 Dec 2016 08:59:34 +0000 (+0100) Subject: Whitespace. X-Git-Tag: 7.0.3-9~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=741a2d82a884722b731640ec3cc54f0b96f4ea25;p=imagemagick Whitespace. --- diff --git a/MagickCore/nt-base.c b/MagickCore/nt-base.c index 160897622..3b884feae 100644 --- a/MagickCore/nt-base.c +++ b/MagickCore/nt-base.c @@ -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)