Tidy up. Formatting.
authorJim Grosbach <grosbach@apple.com>
Wed, 12 Oct 2011 16:34:37 +0000 (16:34 +0000)
committerJim Grosbach <grosbach@apple.com>
Wed, 12 Oct 2011 16:34:37 +0000 (16:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141780 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp

index d637929b296b73066bb6088e5520b4127a925346..3a907265412e620b2fc83b453ea1f7642dd28651 100644 (file)
@@ -711,12 +711,12 @@ void ARMInstPrinter::printNoHashImmediate(const MCInst *MI, unsigned OpNum,
 }
 
 void ARMInstPrinter::printPImmediate(const MCInst *MI, unsigned OpNum,
-                                          raw_ostream &O) {
+                                     raw_ostream &O) {
   O << "p" << MI->getOperand(OpNum).getImm();
 }
 
 void ARMInstPrinter::printCImmediate(const MCInst *MI, unsigned OpNum,
-                                          raw_ostream &O) {
+                                     raw_ostream &O) {
   O << "c" << MI->getOperand(OpNum).getImm();
 }