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

Skip to content

Commit 2fcf0ab

Browse files
committed
C++: Fix phinx syntax.
1 parent c5307be commit 2fcf0ab

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/codeql/codeql-language-guides/advanced-dataflow-scenarios-cpp.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ The setup
2323
Consider the following scenario: We have data coming out of ``user_input()`` and we want to figure out if that data can ever reach an argument of `sink`.
2424

2525
.. code-block:: cpp
26+
2627
void sink(int);
2728
int user_input();
2829

0 commit comments

Comments
 (0)