Fix block opener recognition for "auto x -> y<arg>"
This commit is contained in:
parent
0933c3c033
commit
8853a85181
@ -2804,6 +2804,7 @@ void ASBeautifier::parseCurrentLine(const string& line)
|
||||
|| prevNonSpaceCh == '}'
|
||||
|| prevNonSpaceCh == ')'
|
||||
|| prevNonSpaceCh == ';'
|
||||
|| prevNonSpaceCh == '>'
|
||||
|| peekNextChar(line, i) == '{'
|
||||
|| foundPreCommandHeader
|
||||
|| foundPreCommandMacro
|
||||
|
Loading…
x
Reference in New Issue
Block a user