Remove trailing whitespace introduced in r227709.

Reported by:	shankarke

llvm-svn: 227710
This commit is contained in:
Davide Italiano 2015-02-01 05:27:01 +00:00
parent cd84ed35bd
commit df1b821b59
1 changed files with 1 additions and 1 deletions

View File

@ -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();