Skip to content

Commit 83fc460

Browse files
committed
Remove remaining EOF comments from source files
1 parent 17013e6 commit 83fc460

33 files changed

+29
-40
lines changed

Diff for: Makefile

-3
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,3 @@ clean:
251251

252252
cleanall: clean
253253
rm -rf vendor
254-
255-
256-
#EOF

Diff for: boxes-config

+1-1
Original file line numberDiff line numberDiff line change
@@ -3541,4 +3541,4 @@ END dragon
35413541
# ============================================================================
35423542

35433543

3544-
#EOF vim: set ai sw=4 expandtab syn=boxes:
3544+
# vim: set ai sw=4 expandtab syn=boxes:

Diff for: boxes.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -225,4 +225,4 @@ let b:current_syntax = "boxes"
225225

226226

227227

228-
"EOF vim: sw=4 nowrap:
228+
" vim: sw=4 nowrap:

Diff for: src/Makefile

-3
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,3 @@ package: $(BOXES_EXECUTABLE_NAME)
136136
clean:
137137
rm -rf $(OUT_DIR)
138138
rm -f core
139-
140-
141-
#EOF

Diff for: src/boxes.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -539,4 +539,4 @@ int main(int argc, char *argv[])
539539
return EXIT_SUCCESS;
540540
}
541541

542-
/*EOF*/ /* vim: set sw=4: */
542+
/* vim: set sw=4: */

Diff for: src/cmdline.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -941,4 +941,4 @@ opt_t *process_commandline(int argc, char *argv[])
941941
}
942942

943943

944-
/*EOF*/ /* vim: set sw=4: */
944+
/* vim: set sw=4: */

Diff for: src/cmdline.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ opt_t *process_commandline(int argc, char *argv[]);
5353

5454
#endif
5555

56-
/*EOF*/ /* vim: set cindent sw=4: */
56+
/* vim: set cindent sw=4: */

Diff for: src/config.h

-3
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,3 @@
5555

5656

5757
#endif /*CONFIG_H*/
58-
59-
60-
/*EOF*/

Diff for: src/discovery.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -311,4 +311,4 @@ bxstr_t *discover_config_file(const int global_only)
311311
}
312312

313313

314-
/*EOF*/ /* vim: set cindent sw=4: */
314+
/* vim: set cindent sw=4: */

Diff for: src/discovery.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ bxstr_t *discover_config_file(const int global_only);
2828

2929
#endif /* BOXES_DISCOVERY_H */
3030

31-
/*EOF*/ /* vim: set cindent sw=4: */
31+
/* vim: set cindent sw=4: */

Diff for: src/generate.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ int output_box(const sentry_t *thebox);
2828

2929
#endif /*GENERATE_H*/
3030

31-
/*EOF*/ /* vim: set cindent sw=4: */
31+
/* vim: set cindent sw=4: */

Diff for: src/input.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ int apply_substitutions(input_t *input_data, const int mode);
5151

5252
#endif
5353

54-
/*EOF*/ /* vim: set cindent sw=4: */
54+
/* vim: set cindent sw=4: */

Diff for: src/lexer.l

+1-1
Original file line numberDiff line numberDiff line change
@@ -514,4 +514,4 @@ static int change_string_delimiters(pass_to_flex *extra, char *delim_expr)
514514
}
515515

516516

517-
/*EOF*/ /* vim: set cindent sw=4: */
517+
/* vim: set cindent sw=4: */

Diff for: src/list.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -400,4 +400,4 @@ int list_designs()
400400
}
401401

402402

403-
/*EOF*/ /* vim: set sw=4: */
403+
/* vim: set sw=4: */

Diff for: src/list.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ int list_designs();
4040

4141
#endif
4242

43-
/*EOF*/ /* vim: set cindent sw=4: */
43+
/* vim: set cindent sw=4: */

Diff for: src/parsecode.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,4 +195,4 @@ int action_add_shape_line(pass_to_bison *bison_args, sentry_t *shape, bxstr_t *l
195195

196196
#endif
197197

198-
/*EOF*/ /* vim: set cindent sw=4: */
198+
/* vim: set cindent sw=4: */

Diff for: src/parser.y

+1-1
Original file line numberDiff line numberDiff line change
@@ -418,4 +418,4 @@ wlist_entry: ASCII_ID YNUMBER
418418
%%
419419

420420

421-
/*EOF*/ /* vim: set sw=4 cindent: */
421+
/* vim: set sw=4 cindent: */

Diff for: src/parsing.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ design_t *parse_config_files(bxstr_t *first_config_file, size_t *r_num_designs);
5151

5252
#endif
5353

54-
/*EOF*/ /* vim: set cindent sw=4: */
54+
/* vim: set cindent sw=4: */

Diff for: src/query.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,4 +172,4 @@ int query_by_tag()
172172
}
173173

174174

175-
/*EOF*/ /* vim: set sw=4: */
175+
/* vim: set sw=4: */

Diff for: src/query.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ int query_by_tag();
3838

3939
#endif
4040

41-
/*EOF*/ /* vim: set cindent sw=4: */
41+
/* vim: set cindent sw=4: */

Diff for: src/regulex.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,4 @@ uint32_t *u32_regex_replace(pcre2_code *search, uint32_t *replace, uint32_t *inp
102102

103103
#endif
104104

105-
/*EOF*/ /* vim: set cindent sw=4: */
105+
/* vim: set cindent sw=4: */

Diff for: src/shape.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@ void debug_print_shape(sentry_t *shape);
7676

7777
#endif /*SHAPE_H*/
7878

79-
/*EOF*/ /* vim: set cindent sw=4: */
79+
/* vim: set cindent sw=4: */

Diff for: test/123_data/.config/boxes/boxes-config

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ elastic (n,s,e, w)
2424
END test1
2525

2626

27-
#EOF vim: set ai sw=4:
27+
# vim: set ai sw=4:

Diff for: test/test-config-unused.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@ END retest
8181
8282
# ============================================================================
8383
84-
#EOF vim: set ai sw=4:
84+
# vim: set ai sw=4:

Diff for: test/testrunner.sh

-2
Original file line numberDiff line numberDiff line change
@@ -331,5 +331,3 @@ rm "${testOutputFile}"
331331

332332
echo " OK"
333333
exit 0
334-
335-
#EOF

Diff for: utest/cmdline_test.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -478,4 +478,4 @@ void test_version_requested(void **state)
478478
}
479479

480480

481-
/*EOF*/ /* vim: set cindent sw=4: */
481+
/* vim: set cindent sw=4: */

Diff for: utest/cmdline_test.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ void test_version_requested(void **state);
6767

6868
#endif
6969

70-
/*EOF*/ /* vim: set cindent sw=4: */
70+
/* vim: set cindent sw=4: */

Diff for: utest/global_mock.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,4 @@ void teardown()
111111
}
112112

113113

114-
/*EOF*/ /* vim: set cindent sw=4: */
114+
/* vim: set cindent sw=4: */

Diff for: utest/global_mock.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ void teardown();
3636

3737
#endif
3838

39-
/*EOF*/ /* vim: set cindent sw=4: */
39+
/* vim: set cindent sw=4: */

Diff for: utest/main.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -252,4 +252,4 @@ int main(void)
252252
}
253253

254254

255-
/*EOF*/ /* vim: set cindent sw=4: */
255+
/* vim: set cindent sw=4: */

Diff for: utest/regulex_test.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,4 +110,4 @@ void test_regex_replace_error(void **state)
110110
}
111111

112112

113-
/*EOF*/ /* vim: set cindent sw=4: */
113+
/* vim: set cindent sw=4: */

Diff for: utest/regulex_test.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ void test_regex_replace_error(void **state);
3232
#endif
3333

3434

35-
/*EOF*/ /* vim: set cindent sw=4: */
35+
/* vim: set cindent sw=4: */

Diff for: utest/utest_tools.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ void print_array_s(size_t p_array[], size_t p_len);
4141

4242
#endif
4343

44-
/*EOF*/ /* vim: set cindent sw=4: */
44+
/* vim: set cindent sw=4: */

0 commit comments

Comments
 (0)