From 150f402b36197d822f8a7dd835231cd67b77e959 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sat, 13 Jan 2007 21:06:21 +0000 Subject: whitespace fixes (leading spaces to tab) --- scripts/kconfig/lxdialog/menubox.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/kconfig') diff --git a/scripts/kconfig/lxdialog/menubox.c b/scripts/kconfig/lxdialog/menubox.c index 078e55a2e..1fd501b39 100644 --- a/scripts/kconfig/lxdialog/menubox.c +++ b/scripts/kconfig/lxdialog/menubox.c @@ -179,8 +179,8 @@ static void do_scroll(WINDOW *win, int *scroll, int n) * Display a menu for choosing among a number of options */ int dialog_menu(const char *title, const char *prompt, int height, int width, - int menu_height, const char *current, int item_no, - const char *const *items) + int menu_height, const char *current, int item_no, + const char *const *items) { int i, j, x, y, box_x, box_y; int key = 0, button = 0, scroll = 0, choice = 0; -- cgit v1.2.3