Remove unnecessary trailing newlines

git-svn-id: svn://coreboot.org/openbios/openbios-devel@285 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
Blue Swirl
2008-12-13 09:26:41 +00:00
parent 58ca864765
commit a757800a01
135 changed files with 0 additions and 178 deletions

View File

@@ -2,6 +2,3 @@ int file_open(const char *filename);
int lfile_read(void *buf, unsigned long len);
int file_seek(unsigned long offset);
unsigned long file_size(void);