Skip to content

Commit 8df4dfb

Browse files
committed
C++: Autoformat.
1 parent 2f7526d commit 8df4dfb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

cpp/ql/lib/semmle/code/cpp/Function.qll

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -529,9 +529,7 @@ class Function extends Declaration, ControlFlowNode, AccessHolder, @function {
529529
* Holds if this function has an ambiguous return type, meaning that zero or multiple return
530530
* types for this function are present in the database (this can occur in `build-mode: none`).
531531
*/
532-
predicate hasAmbiguousReturnType() {
533-
count(this.getType()) != 1
534-
}
532+
predicate hasAmbiguousReturnType() { count(this.getType()) != 1 }
535533
}
536534

537535
pragma[noinline]

0 commit comments

Comments
 (0)