Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4257106

Browse files
committed
C++: Autoformat.
1 parent 017369c commit 4257106

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

cpp/ql/lib/semmle/code/cpp/dataflow/internal/FlowSummaryImpl.qll

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,7 @@ module SourceSinkInterpretationInput implements
148148
DataFlowCallable asCallable() { result.(Function) = this.asElement() }
149149

150150
/** Gets the target of this call, if any. */
151-
Element getCallTarget() {
152-
result = this.asNode().asExpr().(Call).getTarget()
153-
}
151+
Element getCallTarget() { result = this.asNode().asExpr().(Call).getTarget() }
154152

155153
/** Gets a textual representation of this node. */
156154
string toString() {

0 commit comments

Comments
 (0)