Chomp file ends

Removed empty lines from end of src/*.[ch] files.
If the new last line became '#endif'
was the condition of the '#if' added.
This commit is contained in:
Geert Stappers
2021-04-05 22:42:24 +02:00
committed by Simon Kelley
parent ad90eb075d
commit 3573ca0eec
18 changed files with 7 additions and 57 deletions

View File

@@ -174,4 +174,3 @@ struct blockdata *blockdata_read(int fd, size_t len)
{
return blockdata_alloc_real(fd, NULL, len);
}