Replace tabs I added in this new line of code with spaces.
authorKevin Enderby <enderby@apple.com>
Wed, 2 Nov 2011 17:56:38 +0000 (17:56 +0000)
committerKevin Enderby <enderby@apple.com>
Wed, 2 Nov 2011 17:56:38 +0000 (17:56 +0000)
Thanks to Nick for spotting this!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143556 91177308-0d34-0410-b5e6-96231b3b80d8

lib/MC/MCParser/AsmParser.cpp

index 990fd17f5987e7a349df880f803c42abaa236149..78838937276dfbc2dc7a02d7b9f174944875a4bc 100644 (file)
@@ -1227,7 +1227,7 @@ bool AsmParser::ParseStatement() {
     getStreamer().EmitDwarfLocDirective(getContext().getGenDwarfFileNumber(),
                                         SrcMgr.FindLineNumber(IDLoc, CurBuffer),
                                         0, DWARF2_LINE_DEFAULT_IS_STMT ?
-                                       DWARF2_FLAG_IS_STMT : 0, 0, 0,
+                                        DWARF2_FLAG_IS_STMT : 0, 0, 0,
                                         StringRef());
   }