diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-04-15 06:25:01 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-06-30 00:41:55 +0800 |
commit | 7162e7a1686f2459e4dcfa6746327723d12e4377 (patch) | |
tree | 8f3a515e8bc83d033077300d80cbbcb1ac89c7e5 /widgets | |
parent | 51b046cdfdce488b0742a244fa2eede1731fee17 (diff) | |
download | gsoc2013-evolution-7162e7a1686f2459e4dcfa6746327723d12e4377.tar.gz gsoc2013-evolution-7162e7a1686f2459e4dcfa6746327723d12e4377.tar.zst gsoc2013-evolution-7162e7a1686f2459e4dcfa6746327723d12e4377.zip |
EWebView: Coding style cleanup
Diffstat (limited to 'widgets')
-rw-r--r-- | widgets/misc/e-web-view.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/widgets/misc/e-web-view.h b/widgets/misc/e-web-view.h index 723d942cce..f43b8bcaee 100644 --- a/widgets/misc/e-web-view.h +++ b/widgets/misc/e-web-view.h @@ -85,7 +85,8 @@ struct _EWebViewClass { const gchar *status_message); void (*stop_loading) (EWebView *web_view); void (*update_actions) (EWebView *web_view); - gboolean (*process_mailto) (EWebView *web_view, const gchar *mailto_uri); + gboolean (*process_mailto) (EWebView *web_view, + const gchar *mailto_uri); }; GType e_web_view_get_type (void); |