From 741a2d82a884722b731640ec3cc54f0b96f4ea25 Mon Sep 17 00:00:00 2001 From: Dirk Lemstra Date: Sat, 3 Dec 2016 09:59:34 +0100 Subject: [PATCH] Whitespace. --- MagickCore/nt-base.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.50.1