Tidy up.
authorJim Grosbach <grosbach@apple.com>
Thu, 26 Jan 2012 23:47:45 +0000 (23:47 +0000)
committerJim Grosbach <grosbach@apple.com>
Thu, 26 Jan 2012 23:47:45 +0000 (23:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149096 91177308-0d34-0410-b5e6-96231b3b80d8

lib/MC/MCObjectStreamer.cpp

index 82a13d7ff4686fe94b270ebf80fc5e14c3518c1c..d8f18268aabc1fc487b1826b299eec2055b8732b 100644 (file)
@@ -233,7 +233,7 @@ void MCObjectStreamer::EmitDwarfAdvanceFrameAddr(const MCSymbol *LastLabel,
 }
 
 void MCObjectStreamer::EmitValueToOffset(const MCExpr *Offset,
-                                        unsigned char Value) {
+                                         unsigned char Value) {
   int64_t Res;
   if (Offset->EvaluateAsAbsolute(Res, getAssembler())) {
     new MCOrgFragment(*Offset, Value, getCurrentSectionData());