We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8412da commit bc0fcaeCopy full SHA for bc0fcae
include/ctry.h
@@ -85,5 +85,5 @@ int inside_ctry_block();
85
86
#endif
87
88
-//vim:ts=4:sw=4:cindent
+// vim:ts=4:sw=4:cindent
89
src/ctry.c
@@ -51,5 +51,5 @@ int inside_ctry_block() {
51
return ctry_stack != NULL;
52
}
53
54
55
tests/test01.c
@@ -14,5 +14,5 @@ int main(void) {
14
return 0;
15
16
17
18
0 commit comments