forked from OSchip/llvm-project
[llvm][Support][NFC] Fix fallthrough attribute indentation
The attribute does not belong to the if statement before and trips up gcc's indentation checker.
This commit is contained in:
parent
b6df852901
commit
95157860ae
|
@ -54,7 +54,7 @@ std::string llvm::DOT::EscapeString(const std::string &Label) {
|
|||
Str.erase(Str.begin()+i); continue;
|
||||
default: break;
|
||||
}
|
||||
LLVM_FALLTHROUGH;
|
||||
LLVM_FALLTHROUGH;
|
||||
case '{': case '}':
|
||||
case '<': case '>':
|
||||
case '|': case '"':
|
||||
|
|
Loading…
Reference in New Issue