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
@@ -43,5 +43,3 @@ typedef bool _Bool;
# define true 1
# define __bool_true_false_are_defined 1
#endif
/* EOF */
-2
View File
@@ -93,5 +93,3 @@ extern bool opts_add_file(opts_t, const char *);
#endif
#endif /* _OPTIONS_H */
/* EOF */
-2
View File
@@ -398,5 +398,3 @@ void pv_watchpid_setname(pvstate_t, pvwatchfd_t);
#endif
#endif /* _PV_INTERNAL_H */
/* EOF */
-2
View File
@@ -299,5 +299,3 @@ void debugging_output(const char *, const char *, int, const char *, ...);
#endif
#endif /* _PV_H */
/* EOF */
-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 */
-2
View File
@@ -169,5 +169,3 @@ void pv_calculate_transfer_rate(pvstate_t state, bool final)
if (state->calc.percentage > 100000)
state->calc.percentage = 100000;
}
/* EOF */
-2
View File
@@ -689,5 +689,3 @@ void pv_crs_fini(pvstate_t state)
(void) remove(state->cursor.lock_file);
}
}
/* EOF */
-2
View File
@@ -1308,5 +1308,3 @@ void pv_display(pvstate_t state, bool final)
debug("%s: [%s]", "display", state->display.display_buffer);
}
/* EOF */
-2
View File
@@ -251,5 +251,3 @@ void pv_nanosleep(long long nanoseconds)
/*@+null@ *//* splint doesn't know about select() */
#endif
}
/* EOF */
-2
View File
@@ -447,5 +447,3 @@ int pv_next_file(pvstate_t state, unsigned int filenum, int oldfd)
/*@+onlytrans@ */
/*@+observertrans@ */
}
/* EOF */
-2
View File
@@ -1023,5 +1023,3 @@ int pv_watchpid_loop(pvstate_t state)
return 0;
}
/* EOF */
-2
View File
@@ -295,5 +295,3 @@ int pv_percentage(off_t amount, const off_t total)
return (int) amount;
}
/* EOF */
-2
View File
@@ -551,5 +551,3 @@ void pv_sig_checkbg(void)
pv_crs_needreinit(pv_sig_state);
#endif
}
/* EOF */
-2
View File
@@ -527,5 +527,3 @@ void pv_state_inputfiles(pvstate_t state, unsigned int input_file_count, const c
/*@+nullstate@*/
/* splint: see unqualifiedtrans note by free() above. */
/* EOF */
-2
View File
@@ -179,5 +179,3 @@ void *pv_memrchr(const void *buffer, int match, size_t length)
return NULL;
#endif
}
/* EOF */
-2
View File
@@ -1182,5 +1182,3 @@ ssize_t pv_transfer(pvstate_t state, int fd, bool *eof_in, bool *eof_out, off_t
return state->transfer.written;
}
/* EOF */
-2
View File
@@ -645,5 +645,3 @@ void pv_watchpid_setname(pvstate_t state, pvwatchfd_t info)
debug("%s: %d: [%s]", "set name for fd", info->watch_fd, info->display_name);
}
/* EOF */