Remove trailing whitespace.

llvm-svn: 287830
This commit is contained in:
Rui Ueyama 2016-11-23 22:10:46 +00:00
parent d72ece6462
commit 835bd72322
1 changed files with 1 additions and 1 deletions

View File

@ -560,7 +560,7 @@ template <class ELFT> X86_64TargetInfo<ELFT>::X86_64TargetInfo() {
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>