1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-28 03:06:20 -04:00

UTF-8: Whitespace changes.

This commit is contained in:
Kalle Olavi Niemitalo 2007-05-15 22:45:37 +03:00 committed by Kalle Olavi Niemitalo
parent f8f99cc04e
commit 157124dcdb
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 */