[evolution/webkit] EWebView: Coding style cleanup



commit 36fa2b399ee2c3f24f84b68349ce4b44be191397
Author: Matthew Barnes <mbarnes redhat com>
Date:   Thu Apr 14 18:25:01 2011 -0400

    EWebView: Coding style cleanup

 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 8051d22..7349dfb 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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]