mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
C++: autoformat
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user