mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-15 07:59:57 +00:00
Fix indentation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@271620 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c7ed63a2ae
commit
a4bbfe5926
@ -631,14 +631,14 @@ static Error dumpTpiStream(ScopedPrinter &P, PDBFile &File,
|
||||
|
||||
auto TpiS = (StreamIdx == StreamTPI) ? File.getPDBTpiStream()
|
||||
: File.getPDBIpiStream();
|
||||
if (auto EC = TpiS.takeError())
|
||||
return EC;
|
||||
TpiStream &Tpi = TpiS.get();
|
||||
if (auto EC = TpiS.takeError())
|
||||
return EC;
|
||||
TpiStream &Tpi = TpiS.get();
|
||||
|
||||
if (DumpRecords || DumpRecordBytes) {
|
||||
DictScope D(P, Label);
|
||||
if (DumpRecords || DumpRecordBytes) {
|
||||
DictScope D(P, Label);
|
||||
|
||||
P.printNumber(VerLabel, Tpi.getTpiVersion());
|
||||
P.printNumber(VerLabel, Tpi.getTpiVersion());
|
||||
P.printNumber("Record count", Tpi.NumTypeRecords());
|
||||
|
||||
ListScope L(P, "Records");
|
||||
|
Loading…
Reference in New Issue
Block a user