mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-21 08:17:40 +00:00
[TableGen] Fix indentation. NFC
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238181 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -23,7 +23,7 @@ static void printLine(raw_ostream &OS, const Twine &Prefix, char Fill,
|
||||
StringRef Suffix) {
|
||||
size_t Pos = (size_t)OS.tell();
|
||||
assert((MAX_LINE_LEN - Prefix.str().size() - Suffix.size() > 0) &&
|
||||
"header line exceeds max limit");
|
||||
"header line exceeds max limit");
|
||||
OS << Prefix;
|
||||
const size_t e = MAX_LINE_LEN - Suffix.size();
|
||||
for (size_t i = (size_t)OS.tell() - Pos; i < e; ++i)
|
||||
|
||||
Reference in New Issue
Block a user