From 8a2fac30401f6332d68937303a65f2af60afcd9d Mon Sep 17 00:00:00 2001 From: Tim Janik Date: Fri, 20 Jun 2008 11:10:20 +0000 Subject: [PATCH] Fix indentation of a comment. svn path=/trunk/; revision=20626 --- gtk/gtkhandlebox.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkhandlebox.h b/gtk/gtkhandlebox.h index 1799737e63..62161221be 100644 --- a/gtk/gtkhandlebox.h +++ b/gtk/gtkhandlebox.h @@ -72,7 +72,7 @@ struct _GtkHandleBox /* Variables used during a drag */ gint GSEAL (deskoff_x), GSEAL (deskoff_y); /* Offset between root relative coordinates - * and deskrelative coordinates */ + * and deskrelative coordinates */ GtkAllocation GSEAL (attach_allocation); GtkAllocation GSEAL (float_allocation); };