From b891772ad6c26a30f4ae0e1d3ead306c2eab6fd1 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Sun, 29 May 2011 02:49:14 +0200 Subject: [PATCH] Remove blank lines at EOF --- Makefile | 1 - README | 1 - Versions | 1 - get-version | 1 - include/bsd/cdefs.h | 1 - include/bsd/inet.h | 1 - include/bsd/ip_icmp.h | 1 - include/bsd/nlist.h | 1 - include/bsd/queue.h | 1 - include/bsd/random.h | 1 - src/fgetln.c | 1 - src/local-elf.h | 1 - src/setproctitle.c | 1 - 13 files changed, 13 deletions(-) diff --git a/Makefile b/Makefile index bd805ed..5187a5a 100644 --- a/Makefile +++ b/Makefile @@ -235,4 +235,3 @@ clean: rm -f $(LIB_STATIC) rm -f $(LIB_SHARED_OBJS) rm -f $(LIB_SHARED) $(LIB_SONAME) $(LIB_SHARED_SO) - diff --git a/README b/README index f4ec690..af221e6 100644 --- a/README +++ b/README @@ -29,4 +29,3 @@ Source Repository - diff --git a/Versions b/Versions index fde5a8a..39e6ea9 100644 --- a/Versions +++ b/Versions @@ -89,4 +89,3 @@ LIBBSD_0.3 { fpurge; } LIBBSD_0.2; - diff --git a/get-version b/get-version index 5608445..21f5dfd 100755 --- a/get-version +++ b/get-version @@ -45,4 +45,3 @@ else fi echo "$version" - diff --git a/include/bsd/cdefs.h b/include/bsd/cdefs.h index bbb6907..0f23e86 100644 --- a/include/bsd/cdefs.h +++ b/include/bsd/cdefs.h @@ -40,4 +40,3 @@ #endif #endif - diff --git a/include/bsd/inet.h b/include/bsd/inet.h index 223baf5..ed4dd1b 100644 --- a/include/bsd/inet.h +++ b/include/bsd/inet.h @@ -36,4 +36,3 @@ #include #endif - diff --git a/include/bsd/ip_icmp.h b/include/bsd/ip_icmp.h index 0f34a5a..accd399 100644 --- a/include/bsd/ip_icmp.h +++ b/include/bsd/ip_icmp.h @@ -40,4 +40,3 @@ #endif #endif - diff --git a/include/bsd/nlist.h b/include/bsd/nlist.h index 84fbc33..310748f 100644 --- a/include/bsd/nlist.h +++ b/include/bsd/nlist.h @@ -35,4 +35,3 @@ extern int nlist(const char *filename, struct nlist *list); __END_DECLS #endif - diff --git a/include/bsd/queue.h b/include/bsd/queue.h index c479230..d8e0806 100644 --- a/include/bsd/queue.h +++ b/include/bsd/queue.h @@ -40,4 +40,3 @@ #endif #endif - diff --git a/include/bsd/random.h b/include/bsd/random.h index 3b90a66..80d0308 100644 --- a/include/bsd/random.h +++ b/include/bsd/random.h @@ -40,4 +40,3 @@ #endif #endif - diff --git a/src/fgetln.c b/src/fgetln.c index d805ee1..b79584c 100644 --- a/src/fgetln.c +++ b/src/fgetln.c @@ -51,4 +51,3 @@ fgetln(FILE *stream, size_t *len) #else #error "Function fgetln() needs to be ported." #endif - diff --git a/src/local-elf.h b/src/local-elf.h index c4fd8d3..0c06c49 100644 --- a/src/local-elf.h +++ b/src/local-elf.h @@ -194,4 +194,3 @@ #endif #endif - diff --git a/src/setproctitle.c b/src/setproctitle.c index 44768b2..0cf36ef 100644 --- a/src/setproctitle.c +++ b/src/setproctitle.c @@ -30,4 +30,3 @@ setproctitle(const char *fmt, ...) /* Stub so that we can implement it later on and programs will * automatically benefit from it, w/o needing to recompile. */ } -