diff options
author | Cosimo Cecchi <cosimoc@src.gnome.org> | 2007-12-19 02:41:48 +0800 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@src.gnome.org> | 2007-12-19 02:41:48 +0800 |
commit | 530408cbb0c062810157d74ee80c4255cc1e86a3 (patch) | |
tree | f357bbaf98a1f051d5b9a4d52f5892b8354a4e7f /src | |
parent | d5791e21d37596e3592f04951829edf982e036cd (diff) | |
download | gsoc2013-epiphany-530408cbb0c062810157d74ee80c4255cc1e86a3.tar gsoc2013-epiphany-530408cbb0c062810157d74ee80c4255cc1e86a3.tar.gz gsoc2013-epiphany-530408cbb0c062810157d74ee80c4255cc1e86a3.tar.bz2 gsoc2013-epiphany-530408cbb0c062810157d74ee80c4255cc1e86a3.tar.lz gsoc2013-epiphany-530408cbb0c062810157d74ee80c4255cc1e86a3.tar.xz gsoc2013-epiphany-530408cbb0c062810157d74ee80c4255cc1e86a3.tar.zst gsoc2013-epiphany-530408cbb0c062810157d74ee80c4255cc1e86a3.zip |
Indentation fix for previous commit.
svn path=/trunk/; revision=7785
Diffstat (limited to 'src')
-rw-r--r-- | src/bookmarks/ephy-bookmark-action.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bookmarks/ephy-bookmark-action.c b/src/bookmarks/ephy-bookmark-action.c index cdbb7c363..2958f0f09 100644 --- a/src/bookmarks/ephy-bookmark-action.c +++ b/src/bookmarks/ephy-bookmark-action.c @@ -130,8 +130,8 @@ entry_button_press_event_cb (GtkWidget *entry, ctx->entry = entry; /* We need to make sure we know if the action is destroyed between - * requesting the clipboard contents, and receiving them. - */ + * requesting the clipboard contents, and receiving them. + */ ctx->weak_ptr = G_OBJECT (action); object = &(ctx->weak_ptr); |