From 157124dcdb4da98a586e9da93018e10adb331dc0 Mon Sep 17 00:00:00 2001 From: Kalle Olavi Niemitalo Date: Tue, 15 May 2007 22:45:37 +0300 Subject: [PATCH] UTF-8: Whitespace changes. --- src/bfu/dialog.c | 2 +- src/bfu/menu.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bfu/dialog.c b/src/bfu/dialog.c index 335c4ec6..f6ad5299 100644 --- a/src/bfu/dialog.c +++ b/src/bfu/dialog.c @@ -669,7 +669,7 @@ draw_dialog(struct dialog_data *dlg_data, int width, int height) #endif /* CONFIG_UTF8 */ } #ifdef CONFIG_UTF8 - else if(term->utf8) + else if (term->utf8) fix_dwchar_around_box(term, &dlg_data->box, 0, 0, 0); #endif /* CONFIG_UTF8 */ } diff --git a/src/bfu/menu.c b/src/bfu/menu.c index 4511a569..f7295554 100644 --- a/src/bfu/menu.c +++ b/src/bfu/menu.c @@ -566,7 +566,7 @@ display_menu(struct terminal *term, struct menu *menu) #endif /* CONFIG_UTF8 */ } #ifdef CONFIG_UTF8 - else if(term->utf8) + else if (term->utf8) fix_dwchar_around_box(term, &box, 1, 0, 0); #endif /* CONFIG_UTF8 */