lib: Trivial - drop trailing blank lines at EOF

Change-Id: I69a4a2ffb41eeae04529e527d68edc652f3638a5
Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Reviewed-on: http://review.coreboot.org/6205
Tested-by: build bot (Jenkins)
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
This commit is contained in:
Edward O'Callaghan
2014-07-07 23:50:25 +10:00
parent 64ea6dbe2e
commit 6beb1fe325
4 changed files with 0 additions and 5 deletions

View File

@@ -221,4 +221,3 @@ int cbfs_decompress(int algo, void *src, void *dst, int len)
return 0;
}
}