We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0ba6a7 commit 6075d74Copy full SHA for 6075d74
c/cert/test/rules/SIG30-C/test.c
@@ -13,8 +13,7 @@ void handler1(int signum) {
13
}
14
15
int f1(void) {
16
- if (signal(SIGINT, handler1) == SIG_ERR)
17
- {
+ if (signal(SIGINT, handler1) == SIG_ERR) {
18
//...
19
20
@@ -113,8 +112,7 @@ int f6(void) {
113
112
// ...
114
115
116
- if (raise(SIGINT) != 0)
117
+ if (raise(SIGINT) != 0) {
118
119
120
0 commit comments