Formatting.
authorEric Christopher <echristo@gmail.com>
Tue, 18 Dec 2012 00:42:26 +0000 (00:42 +0000)
committerEric Christopher <echristo@gmail.com>
Tue, 18 Dec 2012 00:42:26 +0000 (00:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170394 91177308-0d34-0410-b5e6-96231b3b80d8

lib/MC/MCContext.cpp

index d206dd9f5041d1f63df1d1ff4de163ae10d1cc26..aa52b49047f7a867939489400e734d256f1732fb 100644 (file)
@@ -33,7 +33,7 @@ typedef StringMap<const MCSectionCOFF*> COFFUniqueMapTy;
 
 MCContext::MCContext(const MCAsmInfo &mai, const MCRegisterInfo &mri,
                      const MCObjectFileInfo *mofi, const SourceMgr *mgr,
-                     bool DoAutoReset ) :
+                     bool DoAutoReset) :
   SrcMgr(mgr), MAI(mai), MRI(mri), MOFI(mofi),
   Allocator(), Symbols(Allocator), UsedNames(Allocator),
   NextUniqueID(0),