astyle formatting

This commit is contained in:
Daniel Marjamäki 2010-01-14 22:01:59 +01:00
parent cca39ac1b7
commit 7059dd5693
2 changed files with 4 additions and 2 deletions

View File

@ -89,7 +89,8 @@ std::string FileLister::simplifyPath(const char *originalPath)
// This wrapper exists because Sun's CC does not allow a static_cast
// from extern "C" int(*)(int) to int(*)(int).
static int tolowerWrapper(int c) {
static int tolowerWrapper(int c)
{
return std::tolower(c);
}

View File

@ -1210,7 +1210,8 @@ int Preprocessor::getHeaderFileName(std::string &str)
// This wrapper exists because Sun's CC does not allow a static_cast
// from extern "C" int(*)(int) to int(*)(int).
static int tolowerWrapper(int c) {
static int tolowerWrapper(int c)
{
return std::tolower(c);
}