kbuild: trivial - remove trailing empty lines

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
This commit is contained in:
Masahiro Yamada 2014-05-29 14:12:29 +09:00 committed by Michal Marek
parent 2d5c5dbb48
commit 7eb6e34052
26 changed files with 0 additions and 30 deletions

View file

@ -155,5 +155,3 @@ void *xcalloc(size_t nmemb, size_t size)
fprintf(stderr, "Out of memory.\n");
exit(1);
}