fix indent

This commit is contained in:
minggo 2015-04-27 16:25:24 +08:00
parent 8c4cecca0d
commit 2d2f0aac59
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ static Data getData(const std::string& filename, bool forString)
std::string fullPath = FileUtils::getInstance()->fullPathForFilename(filename);
// check if the filename uses correct case characters
CC_BREAK_IF(!checkFileName(fullPath, filename));
CC_BREAK_IF(!checkFileName(fullPath, filename));
WCHAR wszBuf[CC_MAX_PATH] = {0};
MultiByteToWideChar(CP_UTF8, 0, fullPath.c_str(), -1, wszBuf, sizeof(wszBuf)/sizeof(wszBuf[0]));