Replace tabs I added in this new line of code with spaces.

Thanks to Nick for spotting this!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143556 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Kevin Enderby 2011-11-02 17:56:38 +00:00
parent 0738e76381
commit dba9a17f9a

View 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());
}