From df1b821b59b5d5844851d2df1bea2668f073a480 Mon Sep 17 00:00:00 2001 From: Davide Italiano Date: Sun, 1 Feb 2015 05:27:01 +0000 Subject: [PATCH] Remove trailing whitespace introduced in r227709. Reported by: shankarke llvm-svn: 227710 --- lld/lib/Core/DefinedAtom.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lld/lib/Core/DefinedAtom.cpp b/lld/lib/Core/DefinedAtom.cpp index 6e5ddafa4bf5..fd9f23d7fbaa 100644 --- a/lld/lib/Core/DefinedAtom.cpp +++ b/lld/lib/Core/DefinedAtom.cpp @@ -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();