astyle formatting
This commit is contained in:
parent
f53ff27b71
commit
80235b0d53
|
@ -307,7 +307,7 @@ static bool isFallThroughComment(std::string comment)
|
||||||
{
|
{
|
||||||
// convert comment to lower case without whitespace
|
// convert comment to lower case without whitespace
|
||||||
std::transform(comment.begin(), comment.end(), comment.begin(), ::tolower);
|
std::transform(comment.begin(), comment.end(), comment.begin(), ::tolower);
|
||||||
for (std::string::iterator i = comment.begin(); i != comment.end(); )
|
for (std::string::iterator i = comment.begin(); i != comment.end();)
|
||||||
{
|
{
|
||||||
if (::isspace(static_cast<unsigned char>(*i)))
|
if (::isspace(static_cast<unsigned char>(*i)))
|
||||||
comment.erase(i);
|
comment.erase(i);
|
||||||
|
|
Loading…
Reference in New Issue