1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

Remove an extra whitespace.

llvm-svn: 218886
This commit is contained in:
Adrian Prantl 2014-10-02 16:42:15 +00:00
parent 28e79d21de
commit fe417a7c74

View File

@ -1456,7 +1456,7 @@ void DIExpression::printInternal(raw_ostream &OS) const {
case DW_OP_piece: {
unsigned Offset = getElement(++I);
unsigned Size = getElement(++I);
OS << " offset=" << Offset << ", size= " << Size;
OS << " offset=" << Offset << ", size=" << Size;
break;
}
default: