mirror of
https://github.com/github/codeql.git
synced 2026-04-27 01:35:13 +02:00
C++: More autoformatting.
This commit is contained in:
@@ -15,4 +15,5 @@ string describe(DataFlow::Node n) {
|
||||
}
|
||||
|
||||
from FlowSummaryNode n
|
||||
select n, concat(describe(n), ", "), concat(n.getSummarizedCallable().toString(), ", "), concat(n.getEnclosingCallable().toString(), ", ")
|
||||
select n, concat(describe(n), ", "), concat(n.getSummarizedCallable().toString(), ", "),
|
||||
concat(n.getEnclosingCallable().toString(), ", ")
|
||||
|
||||
Reference in New Issue
Block a user