From a17fe8f21beaf08ac8ac829cf8d8e78e85baa730 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 14 Apr 2011 18:25:01 -0400 Subject: EWebView: Coding style cleanup --- widgets/misc/e-web-view.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'widgets/misc/e-web-view.h') 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); -- cgit v1.2.3