Remove pointless EOF lines from all sources.

This commit is contained in:
Andrew Wood
2024-11-30 16:40:50 +00:00
parent 5b0697b68c
commit 0d618efd0d
66 changed files with 0 additions and 132 deletions
-2
View File
@@ -118,5 +118,3 @@ void debugging_output( __attribute__((unused))
}
#endif /* ENABLE_DEBUGGING */
/* EOF */
-2
View File
@@ -607,5 +607,3 @@ void display_help(void)
printf("\n");
}
/* EOF */
-2
View File
@@ -540,5 +540,3 @@ int main(int argc, char **argv)
return retcode;
}
/* EOF */
-2
View File
@@ -773,5 +773,3 @@ opts_t opts_parse(unsigned int argc, char **argv)
return opts;
}
/* EOF */
-2
View File
@@ -432,5 +432,3 @@ int pv_remote_set( /*@unused@ */
}
#endif /* SA_SIGINFO */
/* EOF */
-2
View File
@@ -31,5 +31,3 @@ void display_version(void)
/* Project web site link */
printf("\n%s: <%s>\n", _("Project web site"), PACKAGE_URL);
}
/* EOF */