*: trailing empty lines removed
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@@ -11,4 +11,3 @@ EOF
|
||||
if [ ! "$?" -eq "0" ]; then
|
||||
echo -DKBUILD_NO_NLS;
|
||||
fi
|
||||
|
||||
|
@@ -2322,4 +2322,3 @@ char *zconf_curname(void)
|
||||
{
|
||||
return current_pos.file ? current_pos.file->name : "<none>";
|
||||
}
|
||||
|
||||
|
@@ -394,4 +394,3 @@ struct menu *menu_get_parent_menu(struct menu *menu)
|
||||
}
|
||||
return menu;
|
||||
}
|
||||
|
||||
|
@@ -112,4 +112,3 @@ const char *str_get(struct gstr *gs)
|
||||
{
|
||||
return gs->s;
|
||||
}
|
||||
|
||||
|
@@ -228,4 +228,3 @@ kconf_id_lookup (register const char *str, register unsigned int len)
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
@@ -2169,5 +2169,3 @@ void zconfdump(FILE *out)
|
||||
#include "expr.c"
|
||||
#include "symbol.c"
|
||||
#include "menu.c"
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user