C++: Autoformat.

This commit is contained in:
Geoffrey White
2022-03-03 12:51:54 +00:00
parent 5c6923c099
commit 6848b6095b

View File

@@ -47,6 +47,5 @@ from
PotentiallyExposedSystemDataConfiguration config, DataFlow::PathNode source,
DataFlow::PathNode sink
where config.hasFlowPath(source, sink)
select sink, source, sink,
"This operation potentially exposes sensitive system data from $@.", source,
source.getNode().toString()
select sink, source, sink, "This operation potentially exposes sensitive system data from $@.",
source, source.getNode().toString()