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

Skip to content

Commit 9c97176

Browse files
committed
CPP: Tabs/spaces.
1 parent a3dfa31 commit 9c97176

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

  • cpp/ql/test/query-tests/jsf/4.13 Functions/AV Rule 114

cpp/ql/test/query-tests/jsf/4.13 Functions/AV Rule 114/test.c

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -65,22 +65,22 @@ int f10() {
6565

6666
int f11(int x)
6767
{
68-
if (x < 10)
69-
{
70-
return x;
71-
} else {
72-
f10(); // GOOD
73-
}
68+
if (x < 10)
69+
{
70+
return x;
71+
} else {
72+
f10(); // GOOD
73+
}
7474
}
7575

7676
int f12(int x)
7777
{
78-
while (1)
79-
{
80-
// ...
78+
while (1)
79+
{
80+
// ...
8181

82-
if (x == 10) return 1; // GOOD
82+
if (x == 10) return 1; // GOOD
8383

84-
// ...
85-
}
84+
// ...
85+
}
8686
}

0 commit comments

Comments
 (0)