Skip to content

Commit c7058e4

Browse files
committed
Remove remaining EOF comments from source files
1 parent 1b66601 commit c7058e4

33 files changed

+29
-40
lines changed

Makefile

Lines changed: 0 additions & 3 deletions
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

boxes-config

Lines changed: 1 addition & 1 deletion
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:

boxes.vim

Lines changed: 1 addition & 1 deletion
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:

src/Makefile

Lines changed: 0 additions & 3 deletions
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

src/boxes.c

Lines changed: 1 addition & 1 deletion
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: */

src/cmdline.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -909,4 +909,4 @@ opt_t *process_commandline(int argc, char *argv[])
909909
}
910910

911911

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

src/cmdline.h

Lines changed: 1 addition & 1 deletion
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: */

src/config.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,3 @@
5555

5656

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

src/discovery.c

Lines changed: 1 addition & 1 deletion
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: */

src/discovery.h

Lines changed: 1 addition & 1 deletion
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: */

0 commit comments

Comments
 (0)