astyle formatting

[ci skip]
This commit is contained in:
Daniel Marjamäki 2015-10-07 19:50:50 +02:00
parent 2fd27ff729
commit c461b58421
1 changed files with 2 additions and 2 deletions

View File

@ -3836,7 +3836,7 @@ std::string ValueType::str() const
for (unsigned int p = 0; p < pointer; p++) {
ret += " *";
if (constness & (2 << p))
ret += " const";
}
ret += " const";
}
return ret.substr(1);
}