Remove blank lines at EOF
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117
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
<http://cgit.freedesktop.org/libbsd>
<git://anongit.freedesktop.org/git/libbsd>
-
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 <arpa/inet.h>
#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. */
}
-