forked from OSchip/llvm-project
parent
9be7759ee1
commit
6e9fcd6215
|
@ -470,7 +470,7 @@ static MemoryBuffer *CanonicalizeInputFile(MemoryBuffer *MB) {
|
|||
continue;
|
||||
}
|
||||
|
||||
// If C is not a horizontal whitespace, skip it.
|
||||
// If current char is not a horizontal whitespace, dump it to output as is.
|
||||
if (*Ptr != ' ' && *Ptr != '\t') {
|
||||
NewFile.push_back(*Ptr);
|
||||
continue;
|
||||
|
|
Loading…
Reference in New Issue