[gtkhtml] Coding style cleanup.



commit 25e375ae765ba85144feac1e7f0376c3c604e4c0
Author: Matthew Barnes <mbarnes redhat com>
Date:   Sat May 1 18:10:38 2010 -0400

    Coding style cleanup.

 gtkhtml/htmlengine.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtkhtml/htmlengine.c b/gtkhtml/htmlengine.c
index 39391fd..0de4344 100644
--- a/gtkhtml/htmlengine.c
+++ b/gtkhtml/htmlengine.c
@@ -2868,7 +2868,7 @@ element_parse_map (HTMLEngine *e, HTMLObject *clue, const gchar *str)
 
 /* list parsers */
 static HTMLListType
-get_list_type (const gchar* value)
+get_list_type (const gchar *value)
 {
 	if (!value)
 		return HTML_LIST_TYPE_ORDERED_ARABIC;



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