mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Remove tailing whitespaces
llvm-svn: 180564
This commit is contained in:
parent
3030f76a0d
commit
66349b434b
@ -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