Skip to content

Commit

Permalink
Remove tailing whitespaces
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180564 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
hliao2 committed Apr 25, 2013
1 parent 5df2e16 commit c16f8c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/FileCheck/FileCheck.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit c16f8c5

Please sign in to comment.