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

@@ -319,4 +319,3 @@ $(obj)/%.moc: $(src)/%.h $(obj)/.tmp_qtcheck
$(obj)/gconf.glade.h: $(obj)/gconf.glade
$(Q)intltool-extract --type=gettext/glade --srcdir=$(srctree) \
$(obj)/gconf.glade

View File

@@ -11,4 +11,3 @@ EOF
if [ ! "$?" -eq "0" ]; then
echo -DKBUILD_NO_NLS;
fi

View File

@@ -1034,4 +1034,3 @@ int main(int ac, char **av)
return res;
}

View File

@@ -1554,4 +1554,3 @@ int main(int ac, char **av)
endwin();
return 0;
}

View File

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