Skip to content

Commit 419b511

Browse files
committed
C++: Format
1 parent d8dcbe3 commit 419b511

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

cpp/ql/src/Critical/LoopBounds.qll

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,16 @@
22

33
import cpp
44

5-
/** An assignment to a variable with the value `0`. For example:
6-
* ```
7-
* int x;
8-
* x = 0;
9-
* ```
10-
* but not:
11-
* ```
12-
* int x = 0;
13-
* ```
5+
/**
6+
* An assignment to a variable with the value `0`. For example:
7+
* ```
8+
* int x;
9+
* x = 0;
10+
* ```
11+
* but not:
12+
* ```
13+
* int x = 0;
14+
* ```
1415
*/
1516
class ZeroAssignment extends AssignExpr {
1617
ZeroAssignment() {

0 commit comments

Comments
 (0)