mirror of
https://github.com/github/codeql.git
synced 2026-05-05 21:55:19 +02:00
C++: autoformat
This commit is contained in:
@@ -673,9 +673,7 @@ class TranslatedBlock extends TranslatedStmt {
|
||||
else result = this.getStmt(this.getStmtCount() - 1).getFirstInstruction(any(GotoEdge goto))
|
||||
}
|
||||
|
||||
override TranslatedElement getLastChild() {
|
||||
result = this.getStmt(this.getStmtCount() - 1)
|
||||
}
|
||||
override TranslatedElement getLastChild() { result = this.getStmt(this.getStmtCount() - 1) }
|
||||
|
||||
private predicate isEmpty() { not exists(stmt.getStmt(0)) }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user