diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-09-17 16:28:10 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-09-17 16:28:10 +0000 |
commit | 9213a9e0f2d8fd638ecd02e2628d96dd5c7d233e (patch) | |
tree | 94c3c0678d1349497abe2db6004e9331e50f6d37 /scripts/config/mconf.c | |
parent | a6127aacef047ed7661722705b052811fbe7f467 (diff) | |
download | busybox-w32-9213a9e0f2d8fd638ecd02e2628d96dd5c7d233e.tar.gz busybox-w32-9213a9e0f2d8fd638ecd02e2628d96dd5c7d233e.tar.bz2 busybox-w32-9213a9e0f2d8fd638ecd02e2628d96dd5c7d233e.zip |
whitespace cleanup
Diffstat (limited to 'scripts/config/mconf.c')
-rw-r--r-- | scripts/config/mconf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/config/mconf.c b/scripts/config/mconf.c index b2fb112f5..b8f27e69c 100644 --- a/scripts/config/mconf.c +++ b/scripts/config/mconf.c | |||
@@ -408,7 +408,7 @@ static void get_symbol_str(struct gstr *r, struct symbol *sym) | |||
408 | struct property *prop; | 408 | struct property *prop; |
409 | 409 | ||
410 | str_printf(r, "Symbol: %s [=%s]\n", sym->name, | 410 | str_printf(r, "Symbol: %s [=%s]\n", sym->name, |
411 | sym_get_string_value(sym)); | 411 | sym_get_string_value(sym)); |
412 | for_all_prompts(sym, prop) | 412 | for_all_prompts(sym, prop) |
413 | get_prompt_str(r, prop); | 413 | get_prompt_str(r, prop); |
414 | hit = false; | 414 | hit = false; |