From 4f5d35180aa54b87e4bd9298a6e80eba0967ba59 Mon Sep 17 00:00:00 2001 From: Diego Escalante Urrelo Date: Tue, 16 Feb 2010 01:10:06 -0500 Subject: Random formatting fixes Too wide comments, some indentation. --- src/ephy-notebook.c | 9 +++++---- src/ephy-window.c | 5 +++-- 2 files changed, 8 insertions(+), 6 deletions(-) (limited to 'src') diff --git a/src/ephy-notebook.c b/src/ephy-notebook.c index 401f15609..ee481fa4a 100644 --- a/src/ephy-notebook.c +++ b/src/ephy-notebook.c @@ -309,17 +309,18 @@ button_press_cb (EphyNotebook *notebook, if (event->type == GDK_BUTTON_PRESS && event->button == 3 && - (event->state & gtk_accelerator_get_default_mod_mask ()) == 0) + (event->state & gtk_accelerator_get_default_mod_mask ()) == 0) { if (tab_clicked == -1) { - /* consume event, so that we don't pop up the context menu when - * the mouse if not over a tab label + /* Consume event so that we don't pop up the context + * menu when the mouse is not over a tab label. */ return TRUE; } - /* switch to the page the mouse is over, but don't consume the event */ + /* Switch to the page where the mouse is over, but don't consume the + * event. */ gtk_notebook_set_current_page (GTK_NOTEBOOK (notebook), tab_clicked); } diff --git a/src/ephy-window.c b/src/ephy-window.c index a68d4eacc..bc42ff3c3 100644 --- a/src/ephy-window.c +++ b/src/ephy-window.c @@ -2323,8 +2323,9 @@ ephy_window_dom_mouse_click_cb (WebKitWebView *view, { /* See bug #133633 for why we do it this way */ - /* We need to make sure we know if the embed is destroyed between - * requesting the clipboard contents, and receiving them. + /* We need to make sure we know if the embed is destroyed + * between requesting the clipboard contents, and receiving + * them. */ ClipboardTextCBData *cb_data; EphyEmbed *embed; -- cgit v1.2.3