1
0
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:
Kalle Olavi Niemitalo 2007-05-15 22:45:37 +03:00 committed by Witold Filipczyk
parent ac6c03e287
commit 39bd97f11e
2 changed files with 2 additions and 2 deletions

View File

@ -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 */
}

View File

@ -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 */