[lldb/Formatters] Remove space from vector type string summaries (NFCI)
authorMed Ismail Bennani <medismail.bennani@gmail.com>
Fri, 22 Oct 2021 19:18:11 +0000 (19:18 +0000)
committerMed Ismail Bennani <medismail.bennani@gmail.com>
Fri, 22 Oct 2021 19:18:54 +0000 (21:18 +0200)
commit42e4959253e0045a70ff9d8dcb664ce38434e302
tree8ab90750d6f43b465ba0069a6993b0bdd487fb66
parent3f34f75a68c34cc859d97943673ee44925702d10
[lldb/Formatters] Remove space from vector type string summaries (NFCI)

This patch changes the string summaries for vector types by removing the
space between the type and the bracket, conforming to 277623f4d5a6.

This should also fix TestCompactVectors failure.

Differential Revision: https://reviews.llvm.org/D112340

Signed-off-by: Med Ismail Bennani <medismail.bennani@gmail.com>
lldb/source/DataFormatters/FormatManager.cpp