1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-01-03 14:57:44 -05:00

format_html_part(): group int variables declarations

This commit is contained in:
Laurent MONIN 2007-09-14 10:07:32 +02:00 committed by Witold Filipczyk
parent f9f149f6cc
commit 241b7a803c

View File

@ -2101,11 +2101,11 @@ format_html_part(struct html_context *html_context,
{
struct part *part;
struct html_element *html_state;
int saved_last_link_to_move = renderer_context.last_link_to_move;
struct tag *saved_last_tag_to_move = renderer_context.last_tag_to_move;
struct tag *saved_last_tag_for_newline = renderer_context.last_tag_for_newline;
int saved_empty_format = renderer_context.empty_format;
int saved_margin = html_context->margin;
int saved_last_link_to_move = renderer_context.last_link_to_move;
/* Hash creation if needed. */
if (!table_cache) {