Skip to content

Commit

Permalink
Remove remaining EOF comments from source files
Browse files Browse the repository at this point in the history
  • Loading branch information
tsjensen committed Sep 22, 2024
1 parent ff0506c commit 72f5b64
Show file tree
Hide file tree
Showing 33 changed files with 29 additions and 40 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,3 @@ clean:

cleanall: clean
rm -rf vendor


#EOF
2 changes: 1 addition & 1 deletion boxes-config
Original file line number Diff line number Diff line change
Expand Up @@ -3541,4 +3541,4 @@ END dragon
# ============================================================================


#EOF vim: set ai sw=4 expandtab syn=boxes:
# vim: set ai sw=4 expandtab syn=boxes:
2 changes: 1 addition & 1 deletion boxes.vim
Original file line number Diff line number Diff line change
Expand Up @@ -225,4 +225,4 @@ let b:current_syntax = "boxes"



"EOF vim: sw=4 nowrap:
" vim: sw=4 nowrap:
3 changes: 0 additions & 3 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,3 @@ package: $(BOXES_EXECUTABLE_NAME)
clean:
rm -rf $(OUT_DIR)
rm -f core


#EOF
2 changes: 1 addition & 1 deletion src/boxes.c
Original file line number Diff line number Diff line change
Expand Up @@ -539,4 +539,4 @@ int main(int argc, char *argv[])
return EXIT_SUCCESS;
}

/*EOF*/ /* vim: set sw=4: */
/* vim: set sw=4: */
2 changes: 1 addition & 1 deletion src/cmdline.c
Original file line number Diff line number Diff line change
Expand Up @@ -909,4 +909,4 @@ opt_t *process_commandline(int argc, char *argv[])
}


/*EOF*/ /* vim: set sw=4: */
/* vim: set sw=4: */
2 changes: 1 addition & 1 deletion src/cmdline.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ opt_t *process_commandline(int argc, char *argv[]);

#endif

/*EOF*/ /* vim: set cindent sw=4: */
/* vim: set cindent sw=4: */
3 changes: 0 additions & 3 deletions src/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,3 @@


#endif /*CONFIG_H*/


/*EOF*/
2 changes: 1 addition & 1 deletion src/discovery.c
Original file line number Diff line number Diff line change
Expand Up @@ -311,4 +311,4 @@ bxstr_t *discover_config_file(const int global_only)
}


/*EOF*/ /* vim: set cindent sw=4: */
/* vim: set cindent sw=4: */
2 changes: 1 addition & 1 deletion src/discovery.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ bxstr_t *discover_config_file(const int global_only);

#endif /* BOXES_DISCOVERY_H */

/*EOF*/ /* vim: set cindent sw=4: */
/* vim: set cindent sw=4: */
2 changes: 1 addition & 1 deletion src/generate.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ int output_box(const sentry_t *thebox);

#endif /*GENERATE_H*/

/*EOF*/ /* vim: set cindent sw=4: */
/* vim: set cindent sw=4: */
2 changes: 1 addition & 1 deletion src/input.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ int apply_substitutions(input_t *input_data, const int mode);

#endif

/*EOF*/ /* vim: set cindent sw=4: */
/* vim: set cindent sw=4: */
2 changes: 1 addition & 1 deletion src/lexer.l
Original file line number Diff line number Diff line change
Expand Up @@ -514,4 +514,4 @@ static int change_string_delimiters(pass_to_flex *extra, char *delim_expr)
}


/*EOF*/ /* vim: set cindent sw=4: */
/* vim: set cindent sw=4: */
2 changes: 1 addition & 1 deletion src/list.c
Original file line number Diff line number Diff line change
Expand Up @@ -400,4 +400,4 @@ int list_designs()
}


/*EOF*/ /* vim: set sw=4: */
/* vim: set sw=4: */
2 changes: 1 addition & 1 deletion src/list.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ int list_designs();

#endif

/*EOF*/ /* vim: set cindent sw=4: */
/* vim: set cindent sw=4: */
2 changes: 1 addition & 1 deletion src/parsecode.h
Original file line number Diff line number Diff line change
Expand Up @@ -195,4 +195,4 @@ int action_add_shape_line(pass_to_bison *bison_args, sentry_t *shape, bxstr_t *l

#endif

/*EOF*/ /* vim: set cindent sw=4: */
/* vim: set cindent sw=4: */
2 changes: 1 addition & 1 deletion src/parser.y
Original file line number Diff line number Diff line change
Expand Up @@ -418,4 +418,4 @@ wlist_entry: ASCII_ID YNUMBER
%%


/*EOF*/ /* vim: set sw=4 cindent: */
/* vim: set sw=4 cindent: */
2 changes: 1 addition & 1 deletion src/parsing.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ design_t *parse_config_files(bxstr_t *first_config_file, size_t *r_num_designs);

#endif

/*EOF*/ /* vim: set cindent sw=4: */
/* vim: set cindent sw=4: */
2 changes: 1 addition & 1 deletion src/query.c
Original file line number Diff line number Diff line change
Expand Up @@ -172,4 +172,4 @@ int query_by_tag()
}


/*EOF*/ /* vim: set sw=4: */
/* vim: set sw=4: */
2 changes: 1 addition & 1 deletion src/query.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ int query_by_tag();

#endif

/*EOF*/ /* vim: set cindent sw=4: */
/* vim: set cindent sw=4: */
2 changes: 1 addition & 1 deletion src/regulex.h
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,4 @@ uint32_t *u32_regex_replace(pcre2_code *search, uint32_t *replace, uint32_t *inp

#endif

/*EOF*/ /* vim: set cindent sw=4: */
/* vim: set cindent sw=4: */
2 changes: 1 addition & 1 deletion src/shape.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ void debug_print_shape(sentry_t *shape);

#endif /*SHAPE_H*/

/*EOF*/ /* vim: set cindent sw=4: */
/* vim: set cindent sw=4: */
2 changes: 1 addition & 1 deletion test/123_data/.config/boxes/boxes-config
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ elastic (n,s,e, w)
END test1


#EOF vim: set ai sw=4:
# vim: set ai sw=4:
2 changes: 1 addition & 1 deletion test/test-config-unused.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ END retest
# ============================================================================
#EOF vim: set ai sw=4:
# vim: set ai sw=4:
2 changes: 0 additions & 2 deletions test/testrunner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -331,5 +331,3 @@ rm "${testOutputFile}"

echo " OK"
exit 0

#EOF
2 changes: 1 addition & 1 deletion utest/cmdline_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -478,4 +478,4 @@ void test_version_requested(void **state)
}


/*EOF*/ /* vim: set cindent sw=4: */
/* vim: set cindent sw=4: */
2 changes: 1 addition & 1 deletion utest/cmdline_test.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ void test_version_requested(void **state);

#endif

/*EOF*/ /* vim: set cindent sw=4: */
/* vim: set cindent sw=4: */
2 changes: 1 addition & 1 deletion utest/global_mock.c
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,4 @@ void teardown()
}


/*EOF*/ /* vim: set cindent sw=4: */
/* vim: set cindent sw=4: */
2 changes: 1 addition & 1 deletion utest/global_mock.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ void teardown();

#endif

/*EOF*/ /* vim: set cindent sw=4: */
/* vim: set cindent sw=4: */
2 changes: 1 addition & 1 deletion utest/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -252,4 +252,4 @@ int main(void)
}


/*EOF*/ /* vim: set cindent sw=4: */
/* vim: set cindent sw=4: */
2 changes: 1 addition & 1 deletion utest/regulex_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,4 @@ void test_regex_replace_error(void **state)
}


/*EOF*/ /* vim: set cindent sw=4: */
/* vim: set cindent sw=4: */
2 changes: 1 addition & 1 deletion utest/regulex_test.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ void test_regex_replace_error(void **state);
#endif


/*EOF*/ /* vim: set cindent sw=4: */
/* vim: set cindent sw=4: */
2 changes: 1 addition & 1 deletion utest/utest_tools.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ void print_array_s(size_t p_array[], size_t p_len);

#endif

/*EOF*/ /* vim: set cindent sw=4: */
/* vim: set cindent sw=4: */

0 comments on commit 72f5b64

Please sign in to comment.