Skip to content

Commit 9d2dc7a

Browse files
committed
Shared: Format.
1 parent 88e3bc6 commit 9d2dc7a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

shared/dataflow/codeql/dataflow/DataFlow.qll

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ signature module InputSig {
4040

4141
/**
4242
* A node in the data flow graph representing the value of an argument after
43-
* an operation that might have changed its state. For example, consider the following C++ code:
43+
* an operation that might have changed its state. For example, consider the
44+
* following C++ code:
4445
* ```
4546
* int a = 1;
4647
* increment(&a);

0 commit comments

Comments
 (0)