[llvm] r269919 - White space cleanup.

Rafael Espindola via llvm-commits llvm-commits at lists.llvm.org
Wed May 18 06:10:27 PDT 2016


Author: rafael
Date: Wed May 18 08:10:27 2016
New Revision: 269919

URL: http://llvm.org/viewvc/llvm-project?rev=269919&view=rev
Log:
White space cleanup.

Modified:
    llvm/trunk/include/llvm/LTO/LTOCodeGenerator.h

Modified: llvm/trunk/include/llvm/LTO/LTOCodeGenerator.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/LTO/LTOCodeGenerator.h?rev=269919&r1=269918&r2=269919&view=diff
==============================================================================
--- llvm/trunk/include/llvm/LTO/LTOCodeGenerator.h (original)
+++ llvm/trunk/include/llvm/LTO/LTOCodeGenerator.h Wed May 18 08:10:27 2016
@@ -80,9 +80,9 @@ struct LTOCodeGenerator {
   void setTargetOptions(TargetOptions Options);
   void setDebugInfo(lto_debug_model);
   void setCodePICModel(Reloc::Model Model) { RelocModel = Model; }
-  
+
   /// Set the file type to be emitted (assembly or object code).
-  /// The default is TargetMachine::CGFT_ObjectFile. 
+  /// The default is TargetMachine::CGFT_ObjectFile.
   void setFileType(TargetMachine::CodeGenFileType FT) { FileType = FT; }
 
   void setCpu(const char *MCpu) { this->MCpu = MCpu; }




More information about the llvm-commits mailing list