Remove an extra whitespace.
authorAdrian Prantl <aprantl@apple.com>
Thu, 2 Oct 2014 16:42:15 +0000 (16:42 +0000)
committerAdrian Prantl <aprantl@apple.com>
Thu, 2 Oct 2014 16:42:15 +0000 (16:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218886 91177308-0d34-0410-b5e6-96231b3b80d8

lib/IR/DebugInfo.cpp

index 2226dd63be654eb8c372d58f4d338dc65233dfb1..42b0dc0fc271b0cf1544b5b8ac66a47d269c395d 100644 (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: