Apply 'make format'
This commit is contained in:
parent
28ecd8e908
commit
08279645ca
|
|
@ -2032,7 +2032,7 @@ void AstRefDType::dump(std::ostream& str) const {
|
|||
s_recursing = true;
|
||||
str << " -> ";
|
||||
if (const auto subp = subDTypep()) {
|
||||
if (typedefp()) str << "typedef=" << static_cast<void*>(typedefp())<< " -> ";
|
||||
if (typedefp()) str << "typedef=" << static_cast<void*>(typedefp()) << " -> ";
|
||||
subp->dump(str);
|
||||
} else if (const auto subp = typedefp()) {
|
||||
subp->dump(str);
|
||||
|
|
|
|||
Loading…
Reference in New Issue