forked from OSchip/llvm-project
Remove trailing whitespace introduced in r227709.
Reported by: shankarke llvm-svn: 227710
This commit is contained in:
parent
cd84ed35bd
commit
df1b821b59
|
@ -87,7 +87,7 @@ bool DefinedAtom::compareByPosition(const DefinedAtom *lhs,
|
|||
const File *rhsFile = &rhs->file();
|
||||
|
||||
if (lhs == rhs)
|
||||
return false;
|
||||
return false;
|
||||
|
||||
if (lhsFile->ordinal() != rhsFile->ordinal())
|
||||
return lhsFile->ordinal() < rhsFile->ordinal();
|
||||
|
|
Loading…
Reference in New Issue