Skip to content

Commit b9785ea

Browse files
committed
C++: autoformat
1 parent f791b0e commit b9785ea

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

cpp/ql/lib/semmle/code/cpp/ir/implementation/raw/internal/TranslatedStmt.qll

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -673,9 +673,7 @@ class TranslatedBlock extends TranslatedStmt {
673673
else result = this.getStmt(this.getStmtCount() - 1).getFirstInstruction(any(GotoEdge goto))
674674
}
675675

676-
override TranslatedElement getLastChild() {
677-
result = this.getStmt(this.getStmtCount() - 1)
678-
}
676+
override TranslatedElement getLastChild() { result = this.getStmt(this.getStmtCount() - 1) }
679677

680678
private predicate isEmpty() { not exists(stmt.getStmt(0)) }
681679

0 commit comments

Comments
 (0)