Remove blank lines at EOF

This commit is contained in:
Guillem Jover
2011-05-29 02:49:14 +02:00
parent b0eb19970a
commit b891772ad6
13 changed files with 0 additions and 13 deletions

View File

@@ -51,4 +51,3 @@ fgetln(FILE *stream, size_t *len)
#else
#error "Function fgetln() needs to be ported."
#endif

View File

@@ -194,4 +194,3 @@
#endif
#endif

View File

@@ -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. */
}