summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fgetln.c1
-rw-r--r--src/local-elf.h1
-rw-r--r--src/setproctitle.c1
3 files changed, 0 insertions, 3 deletions
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. */
}
-