[llvm-commits] [llvm] r145877 - /llvm/trunk/include/llvm/MC/MCStreamer.h

Jim Grosbach grosbach at apple.com
Mon Dec 5 16:12:13 PST 2011


Author: grosbach
Date: Mon Dec  5 18:12:12 2011
New Revision: 145877

URL: http://llvm.org/viewvc/llvm-project?rev=145877&view=rev
Log:
Tidy up. Hard tabs.

Modified:
    llvm/trunk/include/llvm/MC/MCStreamer.h

Modified: llvm/trunk/include/llvm/MC/MCStreamer.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/MC/MCStreamer.h?rev=145877&r1=145876&r2=145877&view=diff
==============================================================================
--- llvm/trunk/include/llvm/MC/MCStreamer.h (original)
+++ llvm/trunk/include/llvm/MC/MCStreamer.h Mon Dec  5 18:12:12 2011
@@ -641,8 +641,8 @@
   /// createELFStreamer - Create a machine code streamer which will generate
   /// ELF format object files.
   MCStreamer *createELFStreamer(MCContext &Ctx, MCAsmBackend &TAB,
-				raw_ostream &OS, MCCodeEmitter *CE,
-				bool RelaxAll, bool NoExecStack);
+                                raw_ostream &OS, MCCodeEmitter *CE,
+                                bool RelaxAll, bool NoExecStack);
 
   /// createLoggingStreamer - Create a machine code streamer which just logs the
   /// API calls and then dispatches to another streamer.





More information about the llvm-commits mailing list