Remove remaining EOF comments from source files

This commit is contained in:
Thomas Jensen 2024-09-22 14:34:55 +02:00
parent 17013e60e7
commit 83fc460a49
No known key found for this signature in database
GPG Key ID: A4ACEE270D0FB7DB
33 changed files with 29 additions and 40 deletions

View File

@ -251,6 +251,3 @@ clean:
cleanall: clean
rm -rf vendor
#EOF

View File

@ -3541,4 +3541,4 @@ END dragon
# ============================================================================
#EOF vim: set ai sw=4 expandtab syn=boxes:
# vim: set ai sw=4 expandtab syn=boxes:

View File

@ -225,4 +225,4 @@ let b:current_syntax = "boxes"
"EOF vim: sw=4 nowrap:
" vim: sw=4 nowrap:

View File

@ -136,6 +136,3 @@ package: $(BOXES_EXECUTABLE_NAME)
clean:
rm -rf $(OUT_DIR)
rm -f core
#EOF

View File

@ -539,4 +539,4 @@ int main(int argc, char *argv[])
return EXIT_SUCCESS;
}
/*EOF*/ /* vim: set sw=4: */
/* vim: set sw=4: */

View File

@ -941,4 +941,4 @@ opt_t *process_commandline(int argc, char *argv[])
}
/*EOF*/ /* vim: set sw=4: */
/* vim: set sw=4: */

View File

@ -53,4 +53,4 @@ opt_t *process_commandline(int argc, char *argv[]);
#endif
/*EOF*/ /* vim: set cindent sw=4: */
/* vim: set cindent sw=4: */

View File

@ -55,6 +55,3 @@
#endif /*CONFIG_H*/
/*EOF*/

View File

@ -311,4 +311,4 @@ bxstr_t *discover_config_file(const int global_only)
}
/*EOF*/ /* vim: set cindent sw=4: */
/* vim: set cindent sw=4: */

View File

@ -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: */

View File

@ -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: */

View File

@ -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: */

View File

@ -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: */

View File

@ -400,4 +400,4 @@ int list_designs()
}
/*EOF*/ /* vim: set sw=4: */
/* vim: set sw=4: */

View File

@ -40,4 +40,4 @@ int list_designs();
#endif
/*EOF*/ /* vim: set cindent sw=4: */
/* vim: set cindent sw=4: */

View File

@ -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: */

View File

@ -418,4 +418,4 @@ wlist_entry: ASCII_ID YNUMBER
%%
/*EOF*/ /* vim: set sw=4 cindent: */
/* vim: set sw=4 cindent: */

View File

@ -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: */

View File

@ -172,4 +172,4 @@ int query_by_tag()
}
/*EOF*/ /* vim: set sw=4: */
/* vim: set sw=4: */

View File

@ -38,4 +38,4 @@ int query_by_tag();
#endif
/*EOF*/ /* vim: set cindent sw=4: */
/* vim: set cindent sw=4: */

View File

@ -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: */

View File

@ -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: */

View File

@ -24,4 +24,4 @@ elastic (n,s,e, w)
END test1
#EOF vim: set ai sw=4:
# vim: set ai sw=4:

View File

@ -81,4 +81,4 @@ END retest
# ============================================================================
#EOF vim: set ai sw=4:
# vim: set ai sw=4:

View File

@ -331,5 +331,3 @@ rm "${testOutputFile}"
echo " OK"
exit 0
#EOF

View File

@ -478,4 +478,4 @@ void test_version_requested(void **state)
}
/*EOF*/ /* vim: set cindent sw=4: */
/* vim: set cindent sw=4: */

View File

@ -67,4 +67,4 @@ void test_version_requested(void **state);
#endif
/*EOF*/ /* vim: set cindent sw=4: */
/* vim: set cindent sw=4: */

View File

@ -111,4 +111,4 @@ void teardown()
}
/*EOF*/ /* vim: set cindent sw=4: */
/* vim: set cindent sw=4: */

View File

@ -36,4 +36,4 @@ void teardown();
#endif
/*EOF*/ /* vim: set cindent sw=4: */
/* vim: set cindent sw=4: */

View File

@ -252,4 +252,4 @@ int main(void)
}
/*EOF*/ /* vim: set cindent sw=4: */
/* vim: set cindent sw=4: */

View File

@ -110,4 +110,4 @@ void test_regex_replace_error(void **state)
}
/*EOF*/ /* vim: set cindent sw=4: */
/* vim: set cindent sw=4: */

View File

@ -32,4 +32,4 @@ void test_regex_replace_error(void **state);
#endif
/*EOF*/ /* vim: set cindent sw=4: */
/* vim: set cindent sw=4: */

View File

@ -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: */