about summary refs log tree commit diff stats
path: root/xombrero.c
diff options
context:
space:
mode:
authorMichal Mazurek <akfaew@jasminek.net>2012-06-13 18:50:34 +0200
committerMichal Mazurek <akfaew@jasminek.net>2012-06-13 18:50:34 +0200
commit6835a6f66eb3bdc367d9fda7cc5ebaa556b6a368 (patch)
treee1131268fe58efac3d449ef0ea0a7e9c6881b3f6 /xombrero.c
parentf6cb9b4de163a66a194e8668381266c4fc065a53 (diff)
downloadxombrero-6835a6f66eb3bdc367d9fda7cc5ebaa556b6a368.tar.gz
normalise style
Diffstat (limited to 'xombrero.c')
-rw-r--r--xombrero.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/xombrero.c b/xombrero.c
index 06372e3..09944ad 100644
--- a/xombrero.c
+++ b/xombrero.c
@@ -6807,11 +6807,11 @@ set_current_tab(int page_num)
 int
 undo_close_tab_save(struct tab *t)
 {
-	int				m, n;
-	const gchar			*uri;
-	struct undo			*u1, *u2;
-	GList				*items;
-	WebKitWebHistoryItem		*item;
+	int			m, n;
+	const gchar		*uri;
+	struct undo		*u1, *u2;
+	GList			*items;
+	WebKitWebHistoryItem	*item;
 
 	if ((uri = get_uri(t)) == NULL)
 		return (1);