Remove trailing whitespace.

llvm-svn: 287830
diff --git a/lld/ELF/Target.cpp b/lld/ELF/Target.cpp
index 933e604..79158a9 100644
--- a/lld/ELF/Target.cpp
+++ b/lld/ELF/Target.cpp
@@ -560,7 +560,7 @@
   TlsGdRelaxSkip = 2;
   // Align to the large page size (known as a superpage or huge page).
   // FreeBSD automatically promotes large, superpage-aligned allocations.
-  DefaultImageBase = 0x200000;                                         
+  DefaultImageBase = 0x200000;
 }
 
 template <class ELFT>