From 7ea37de3293fbf21b3ae00313971c37a19bd1f3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Fri, 12 Mar 2010 07:23:53 +0100 Subject: [PATCH] astyle formatting --- lib/filelister_win32.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/filelister_win32.cpp b/lib/filelister_win32.cpp index 889877610..22767d7ed 100644 --- a/lib/filelister_win32.cpp +++ b/lib/filelister_win32.cpp @@ -83,7 +83,7 @@ static BOOL MyIsDirectory(std::string path) return (GetFileAttributes(path.c_str()) & FILE_ATTRIBUTE_DIRECTORY); #else // See http://msdn.microsoft.com/en-us/library/bb773621(VS.85).aspx - return PathIsDirectory(path.c_str()); +return PathIsDirectory(path.c_str()); #endif }