forked from OSchip/llvm-project
[AST] Remove an unnecessary continue (NFC)
This commit is contained in:
parent
ea68ce2a9b
commit
474e1bc96d
|
@ -28,7 +28,6 @@ void cleanupBrief(std::string &S) {
|
|||
*O++ = ' ';
|
||||
PrevWasSpace = true;
|
||||
}
|
||||
continue;
|
||||
} else {
|
||||
*O++ = C;
|
||||
PrevWasSpace = false;
|
||||
|
|
Loading…
Reference in New Issue