Convert some tab stops into spaces.
[oota-llvm.git] / lib / MC / MCParser / AsmParser.cpp
index 181b69ffc095fdc5559da772712b10d39296da1f..775075cf975a1ba727daa47b701d69cb92ee0571 100644 (file)
@@ -453,8 +453,8 @@ bool AsmParser::ParseStatement() {
       IDVal = getTok().getString();
       Lex(); // Consume the integer token to be used as an identifier token.
       if (Lexer.getKind() != AsmToken::Colon) {
-         if (!TheCondState.Ignore)
-           return TokError("unexpected token at start of statement");
+        if (!TheCondState.Ignore)
+          return TokError("unexpected token at start of statement");
       }
     }
   }