Al's no-double-empty-lines crusade

This commit is contained in:
Ben Gras
2005-08-22 15:08:27 +00:00
parent 72fbaa659b
commit a17d7c827b
50 changed files with 0 additions and 275 deletions
-2
View File
@@ -76,7 +76,6 @@ int udp_conf(long port) {
return netfd;
}
int main(int argc,char *argv[]) {
int fd;
ssize_t data_read;
@@ -96,7 +95,6 @@ int main(int argc,char *argv[]) {
printf("Waiting for messages on port: %ld\n", PORT);
fflush(stdout);
/* get a first message so we know who is the client and we can harass it
afterwards */