From 835bd72322d1ac0c2285e848044f28fa9997e549 Mon Sep 17 00:00:00 2001 From: Rui Ueyama Date: Wed, 23 Nov 2016 22:10:46 +0000 Subject: [PATCH] Remove trailing whitespace. llvm-svn: 287830 --- lld/ELF/Target.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lld/ELF/Target.cpp b/lld/ELF/Target.cpp index 933e604dcf26..79158a93941d 100644 --- a/lld/ELF/Target.cpp +++ b/lld/ELF/Target.cpp @@ -560,7 +560,7 @@ template X86_64TargetInfo::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