astyle formatting
This commit is contained in:
parent
cca39ac1b7
commit
7059dd5693
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue