diff options
author | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2015-04-06 01:26:08 +0200 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2015-04-06 23:13:50 +0200 |
commit | 6654ab02fc4566ba768cf7b861efb8b4b6ab3b8a (patch) | |
tree | e18365d0ec6089ee733505e7cd82ccfb7b040dae /util/kconfig/nconf.c | |
parent | f2927e9470075eb6249a53338bd27d1c50b40d6f (diff) | |
download | coreboot-6654ab02fc4566ba768cf7b861efb8b4b6ab3b8a.tar.xz |
kbuild: trivial - remove trailing empty lines
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Change-Id: I019ba09f7371cff2699a6c854c478fec53e51126
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-on: http://review.coreboot.org/9311
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Marc Jones <marc.jones@se-eng.com>
Diffstat (limited to 'util/kconfig/nconf.c')
-rw-r--r-- | util/kconfig/nconf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util/kconfig/nconf.c b/util/kconfig/nconf.c index 4fbecd2473..984489ef2b 100644 --- a/util/kconfig/nconf.c +++ b/util/kconfig/nconf.c @@ -1554,4 +1554,3 @@ int main(int ac, char **av) endwin(); return 0; } - |