Tidy up. Hard tabs.
authorJim Grosbach <grosbach@apple.com>
Tue, 6 Dec 2011 00:12:12 +0000 (00:12 +0000)
committerJim Grosbach <grosbach@apple.com>
Tue, 6 Dec 2011 00:12:12 +0000 (00:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145877 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/MC/MCStreamer.h

index 9810648649565b12abd71a2264809f2db759c3c4..1c1fe027989be82b292a5bc89bd171532aac9ec8 100644 (file)
@@ -641,8 +641,8 @@ namespace llvm {
   /// 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.