C++: autoformat

This commit is contained in:
Robert Marsh
2020-09-08 14:51:08 -07:00
parent 44bdf98217
commit 30b5975274

View File

@@ -459,10 +459,8 @@ class Expr extends StmtParent, @expr {
// cheaply. Then, if there is an explicit conversion following the implict
// conversion sequence, recurse to handle multiple explicit conversions.
if this.getImplicitlyConverted().hasExplicitConversion()
then
result = this.getImplicitlyConverted().getConversion().getExplicitlyConverted()
else
result = this
then result = this.getImplicitlyConverted().getConversion().getExplicitlyConverted()
else result = this
}
/**