Remove tabs from my previous commit.
authorCedric Venet <cedric.venet@laposte.net>
Mon, 27 Oct 2008 19:21:35 +0000 (19:21 +0000)
committerCedric Venet <cedric.venet@laposte.net>
Mon, 27 Oct 2008 19:21:35 +0000 (19:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58263 91177308-0d34-0410-b5e6-96231b3b80d8

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) {}