astyle formatting

This commit is contained in:
Daniel Marjamäki 2009-08-21 11:11:21 +02:00
parent 9d1907be66
commit 88251f5ac0
1 changed files with 2 additions and 2 deletions

View File

@ -209,8 +209,8 @@ static BOOL MyIsDirectory(std::string path)
findclose(&ffblk);
return !ret;
#else
// See http://msdn.microsoft.com/en-us/library/bb773621(VS.85).aspx
return PathIsDirectory(path.c_str());
// See http://msdn.microsoft.com/en-us/library/bb773621(VS.85).aspx
return PathIsDirectory(path.c_str());
#endif
}