aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-window.c
diff options
context:
space:
mode:
authorDiego Escalante Urrelo <descalante@igalia.com>2010-02-16 14:10:06 +0800
committerDiego Escalante Urrelo <descalante@igalia.com>2010-02-17 02:14:39 +0800
commit4f5d35180aa54b87e4bd9298a6e80eba0967ba59 (patch)
treea01ddda8a11256dc064856b280077ce3a1f30567 /src/ephy-window.c
parent0970e4f5a661e2b281431f1f960a508b90e2f61e (diff)
downloadgsoc2013-epiphany-4f5d35180aa54b87e4bd9298a6e80eba0967ba59.tar
gsoc2013-epiphany-4f5d35180aa54b87e4bd9298a6e80eba0967ba59.tar.gz
gsoc2013-epiphany-4f5d35180aa54b87e4bd9298a6e80eba0967ba59.tar.bz2
gsoc2013-epiphany-4f5d35180aa54b87e4bd9298a6e80eba0967ba59.tar.lz
gsoc2013-epiphany-4f5d35180aa54b87e4bd9298a6e80eba0967ba59.tar.xz
gsoc2013-epiphany-4f5d35180aa54b87e4bd9298a6e80eba0967ba59.tar.zst
gsoc2013-epiphany-4f5d35180aa54b87e4bd9298a6e80eba0967ba59.zip
Random formatting fixes
Too wide comments, some indentation.
Diffstat (limited to 'src/ephy-window.c')
-rw-r--r--src/ephy-window.c5
1 files changed, 3 insertions, 2 deletions
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;