[gtkhtml] Coding style cleanup.



commit 860d0151a893f371d5b60d50ee5ed4d4f2d9144f
Author: Matthew Barnes <mbarnes redhat com>
Date:   Mon Jun 13 10:24:37 2011 -0400

    Coding style cleanup.

 gtkhtml/gtkhtml.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtkhtml/gtkhtml.c b/gtkhtml/gtkhtml.c
index be21bcc..c4e632a 100644
--- a/gtkhtml/gtkhtml.c
+++ b/gtkhtml/gtkhtml.c
@@ -6512,7 +6512,7 @@ gtk_html_get_image_at (GtkHTML *html, gint x, gint y)
 	obj = html_engine_get_object_at (html->engine, x, y, (guint *) &offset, FALSE);
 
 	if (obj && HTML_IS_IMAGE (obj)) {
-		HTMLImage *image = (HTMLImage*)obj;
+		HTMLImage *image = (HTMLImage*) obj;
 
 		if (!image->image_ptr || !image->image_ptr->animation)
 			return NULL;



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