try again to fix file format for Windows

* win32/Makefile.msvc: try again to fix file format for Windows
diff --git a/win32/Makefile.msvc b/win32/Makefile.msvc
index 71933d2..3d11576 100644
--- a/win32/Makefile.msvc
+++ b/win32/Makefile.msvc
@@ -196,6 +196,7 @@
 	$(BINDIR)\testXPath.exe\
 	$(BINDIR)\runtest.exe\
 	$(BINDIR)\runsuite.exe
+	
 !if "$(WITH_THREADS)" == "yes" || "$(WITH_THREADS)" == "ctls" || "$(WITH_THREADS)" == "native"
 UTILS = $(UTILS) $(BINDIR)\testThreadsWin32.exe
 !else if "$(WITH_THREADS)" == "posix"