Skip to content

Commit 3b0266d

Browse files
author
martin
committed
White space fix up in test case.
1 parent ff65162 commit 3b0266d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

regression/goto-analyzer/constant_propagation_10/constant_propagation_10.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ int main()
44
signed int i;
55
signed int j;
66
i = 0;
7-
if(!(i >= 2))
7+
if(!(i >= 2))
88
{
99
j = j + 1;
1010
i = i + 1;

0 commit comments

Comments
 (0)