mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 16:33:28 +00:00
Remove tailing whitespaces
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180564 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5df2e16ba1
commit
c16f8c5e56
@ -604,7 +604,7 @@ static MemoryBuffer *CanonicalizeInputFile(MemoryBuffer *MB,
|
||||
continue;
|
||||
}
|
||||
|
||||
// If current char is not a horizontal whitespace or if horizontal
|
||||
// If current char is not a horizontal whitespace or if horizontal
|
||||
// whitespace canonicalization is disabled, dump it to output as is.
|
||||
if (PreserveHorizontal || (*Ptr != ' ' && *Ptr != '\t')) {
|
||||
NewFile.push_back(*Ptr);
|
||||
|
Loading…
x
Reference in New Issue
Block a user