mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
UTF-8: Whitespace changes.
This commit is contained in:
parent
ac6c03e287
commit
39bd97f11e
@ -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 */
|
||||
}
|
||||
|
@ -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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user