[lld] r279729 - Removed trailing whitespace. NFC.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 25 03:39:04 PDT 2016


Author: grimar
Date: Thu Aug 25 05:39:04 2016
New Revision: 279729

URL: http://llvm.org/viewvc/llvm-project?rev=279729&view=rev
Log:
Removed trailing whitespace. NFC.

Modified:
    lld/trunk/ELF/Options.td

Modified: lld/trunk/ELF/Options.td
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/Options.td?rev=279729&r1=279728&r2=279729&view=diff
==============================================================================
--- lld/trunk/ELF/Options.td (original)
+++ lld/trunk/ELF/Options.td Thu Aug 25 05:39:04 2016
@@ -121,7 +121,7 @@ def o: JoinedOrSeparate<["-"], "o">, Met
 
 def oformat: Separate<["--"], "oformat">, MetaVarName<"<format>">,
   HelpText<"Specify the binary format for the output object file">;
-  
+
 def pie: F<"pie">, HelpText<"Create a position independent executable">;
 
 def print_gc_sections: F<"print-gc-sections">,




More information about the llvm-commits mailing list