improve formating
This commit is contained in:
parent
aa4e527781
commit
83318018e6
2 changed files with 15 additions and 17 deletions
|
|
@ -194,8 +194,7 @@ void TVariable::dump(TInfoSink &infoSink, bool complete) const
|
|||
if (complete) {
|
||||
infoSink.debug << getName().c_str() << ": " << type.getCompleteString();
|
||||
dumpExtensions(infoSink);
|
||||
} else
|
||||
{
|
||||
} else {
|
||||
infoSink.debug << getName().c_str() << ": " << type.getStorageQualifierString() << " "
|
||||
<< type.getBasicTypeString();
|
||||
|
||||
|
|
@ -222,8 +221,7 @@ void TFunction::dump(TInfoSink &infoSink, bool complete) const
|
|||
|
||||
infoSink.debug << ")";
|
||||
dumpExtensions(infoSink);
|
||||
} else
|
||||
{
|
||||
} else {
|
||||
infoSink.debug << getName().c_str() << ": " << returnType.getBasicTypeString() << " "
|
||||
<< getMangledName().c_str() << "n";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue