aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorvda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-01-13 21:06:21 +0000
committervda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-01-13 21:06:21 +0000
commita8ce712c3cd70a63253f93a240bfe1650e7d6865 (patch)
treeddac0e3876f058e0070dc497902994583517f879 /scripts
parent17404d32f8a380def4fe8db90300572582d35b5d (diff)
downloadbusybox-w32-a8ce712c3cd70a63253f93a240bfe1650e7d6865.tar.gz
busybox-w32-a8ce712c3cd70a63253f93a240bfe1650e7d6865.tar.bz2
busybox-w32-a8ce712c3cd70a63253f93a240bfe1650e7d6865.zip
whitespace fixes (leading spaces to tab)
git-svn-id: svn://busybox.net/trunk/busybox@17265 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'scripts')
-rw-r--r--scripts/kconfig/lxdialog/menubox.c4
1 files changed, 2 insertions, 2 deletions
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)
179 * Display a menu for choosing among a number of options 179 * Display a menu for choosing among a number of options
180 */ 180 */
181int dialog_menu(const char *title, const char *prompt, int height, int width, 181int dialog_menu(const char *title, const char *prompt, int height, int width,
182 int menu_height, const char *current, int item_no, 182 int menu_height, const char *current, int item_no,
183 const char *const *items) 183 const char *const *items)
184{ 184{
185 int i, j, x, y, box_x, box_y; 185 int i, j, x, y, box_x, box_y;
186 int key = 0, button = 0, scroll = 0, choice = 0; 186 int key = 0, button = 0, scroll = 0, choice = 0;