From 081976105ad13c74c340034de6229eb9bdafcb7b Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sun, 19 Aug 2012 11:39:00 +0100 Subject: Minor style tweaks. --- render/html_interaction.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'render/html_interaction.c') diff --git a/render/html_interaction.c b/render/html_interaction.c index f38361161..15bf593c1 100644 --- a/render/html_interaction.c +++ b/render/html_interaction.c @@ -760,8 +760,8 @@ void html_mouse_action(struct content *c, struct browser_window *bw, done = true; } - } - else if (mouse & BROWSER_MOUSE_PRESS_1) + + } else if (mouse & BROWSER_MOUSE_PRESS_1) selection_clear(&html->sel, true); } @@ -778,10 +778,10 @@ void html_mouse_action(struct content *c, struct browser_window *bw, CONTENT_MSG_DRAGSAVE, msg_data); } else { - if (drag_candidate == NULL) + if (drag_candidate == NULL) { browser_window_page_drag_start( bw, x, y); - else { + } else { html_box_drag_start( drag_candidate, x, y); @@ -798,10 +798,10 @@ void html_mouse_action(struct content *c, struct browser_window *bw, CONTENT_MSG_DRAGSAVE, msg_data); } else { - if (drag_candidate == NULL) + if (drag_candidate == NULL) { browser_window_page_drag_start( bw, x, y); - else { + } else { html_box_drag_start( drag_candidate, x, y); -- cgit v1.2.3