Skip to content

Commit 30b5975

Browse files
author
Robert Marsh
committed
C++: autoformat
1 parent 44bdf98 commit 30b5975

File tree

1 file changed

+2
-4
lines changed
  • cpp/ql/src/semmle/code/cpp/exprs

1 file changed

+2
-4
lines changed

cpp/ql/src/semmle/code/cpp/exprs/Expr.qll

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -459,10 +459,8 @@ class Expr extends StmtParent, @expr {
459459
// cheaply. Then, if there is an explicit conversion following the implict
460460
// conversion sequence, recurse to handle multiple explicit conversions.
461461
if this.getImplicitlyConverted().hasExplicitConversion()
462-
then
463-
result = this.getImplicitlyConverted().getConversion().getExplicitlyConverted()
464-
else
465-
result = this
462+
then result = this.getImplicitlyConverted().getConversion().getExplicitlyConverted()
463+
else result = this
466464
}
467465

468466
/**

0 commit comments

Comments
 (0)