Skip to content

Commit a763128

Browse files
committed
DeadCode: Format test file
1 parent a134951 commit a763128

File tree

1 file changed

+1
-1
lines changed
  • c/common/test/rules/deadcode

1 file changed

+1
-1
lines changed

c/common/test/rules/deadcode/test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// NOTICE: THE TEST CASES BELOW ARE ALSO INCLUDED IN THE C++ TEST CASE AND
22
// CHANGES SHOULD BE REFLECTED THERE AS WELL.
3-
#include<stdbool.h>
3+
#include <stdbool.h>
44

55
int may_have_side_effects();
66
int no_side_effects(int x) { return 1 + 2; }

0 commit comments

Comments
 (0)