about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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);