[llvm] r203502 - Test commit: Remove trailing whitespace.

Manuel Jacob me at manueljacob.de
Mon Mar 10 15:24:07 PDT 2014


Author: mjacob
Date: Mon Mar 10 17:24:07 2014
New Revision: 203502

URL: http://llvm.org/viewvc/llvm-project?rev=203502&view=rev
Log:
Test commit: Remove trailing whitespace.

Modified:
    llvm/trunk/include/llvm/CodeGen/GCs.h

Modified: llvm/trunk/include/llvm/CodeGen/GCs.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/GCs.h?rev=203502&r1=203501&r2=203502&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/GCs.h (original)
+++ llvm/trunk/include/llvm/CodeGen/GCs.h Mon Mar 10 17:24:07 2014
@@ -17,13 +17,13 @@
 namespace llvm {
   class GCStrategy;
   class GCMetadataPrinter;
-  
+
   /// FIXME: Collector instances are not useful on their own. These no longer
   ///        serve any purpose except to link in the plugins.
-  
+
   /// Creates an ocaml-compatible garbage collector.
   void linkOcamlGC();
-  
+
   /// Creates an ocaml-compatible metadata printer.
   void linkOcamlGCPrinter();
 
@@ -32,7 +32,7 @@ namespace llvm {
 
   /// Creates an erlang-compatible metadata printer.
   void linkErlangGCPrinter();
-  
+
   /// Creates a shadow stack garbage collector. This collector requires no code
   /// generator support.
   void linkShadowStackGC();





More information about the llvm-commits mailing list