[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:
Timm Bäder 2021-04-30 10:17:03 +02:00
parent b6df852901
commit 95157860ae
1 changed files with 1 additions and 1 deletions

View File

@ -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 '"':