Skip to content

Commit bc0fcae

Browse files
committed
Fixed small problem with vim options
1 parent a8412da commit bc0fcae

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

include/ctry.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,5 +85,5 @@ int inside_ctry_block();
8585

8686
#endif
8787

88-
//vim:ts=4:sw=4:cindent
88+
// vim:ts=4:sw=4:cindent
8989

src/ctry.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@ int inside_ctry_block() {
5151
return ctry_stack != NULL;
5252
}
5353

54-
//vim:ts=4:sw=4:cindent
54+
// vim:ts=4:sw=4:cindent
5555

tests/test01.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ int main(void) {
1414
return 0;
1515
}
1616

17-
//vim:ts=4:sw=4:cindent
17+
// vim:ts=4:sw=4:cindent
1818

0 commit comments

Comments
 (0)