astyle formatting

[ci skip]
This commit is contained in:
Daniel Marjamäki 2016-08-02 09:03:03 +02:00
parent 891e21b478
commit 864cef2fd2
1 changed files with 2 additions and 1 deletions

View File

@ -4525,7 +4525,8 @@ private:
}
void createLinks2() {
{ // #7158
{
// #7158
const char code[] = "enum { value = boost::mpl::at_c<B, C> };";
errout.str("");
Tokenizer tokenizer(&settings0, this);