[CodeGen] Fix formatting error from r319885

llvm-svn: 319886
diff --git a/llvm/lib/CodeGen/MachineOperand.cpp b/llvm/lib/CodeGen/MachineOperand.cpp
index 7336f03..def4d68 100644
--- a/llvm/lib/CodeGen/MachineOperand.cpp
+++ b/llvm/lib/CodeGen/MachineOperand.cpp
@@ -54,7 +54,7 @@
     SmallContents.RegNo = Reg;
     MRI.addRegOperandToUseList(this);
     return;
-      }
+  }
 
   // Otherwise, just change the register, no problem.  :)
   SmallContents.RegNo = Reg;