Rename getABITypeSize to getTypePaddedSize, as
[oota-llvm.git] / utils / TableGen / AsmWriterEmitter.cpp
index 3cb361288060c4f1dddd63cee9feaa4bf174561d..e2cd5dc031013edc3a7de5559e85f6cd00872606 100644 (file)
@@ -45,8 +45,8 @@ namespace llvm {
     /// an operand, specified with syntax like ${opname:modifier}.
     std::string MiModifier;
 
-       // To make VS STL happy
-       AsmWriterOperand():OperandType(isLiteralTextOperand) {}
+    // To make VS STL happy
+    AsmWriterOperand():OperandType(isLiteralTextOperand) {}
 
     AsmWriterOperand(const std::string &LitStr)
       : OperandType(isLiteralTextOperand), Str(LitStr) {}