summaryrefslogtreecommitdiff
path: root/gtk/gtkfixed.c
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>1998-11-06 22:10:27 +0000
committerOwen Taylor <otaylor@src.gnome.org>1998-11-06 22:10:27 +0000
commitb0f8915fe79a62bd12b02e74ca2ffee9555a94b5 (patch)
treee65b1c3427cebc08238c1b7d81d0fcebbc544a44 /gtk/gtkfixed.c
parente2a521922085c8010028e227f61bba59ea6b8242 (diff)
downloadgtk+-b0f8915fe79a62bd12b02e74ca2ffee9555a94b5.tar.gz
Indentation cleanups.
Fri Nov 6 17:10:03 1998 Owen Taylor <otaylor@redhat.com> * gtk/gtkwindow.[ch] gtk/gtkfixed.c: Indentation cleanups.
Diffstat (limited to 'gtk/gtkfixed.c')
-rw-r--r--gtk/gtkfixed.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkfixed.c b/gtk/gtkfixed.c
index 726a94b2ee..47c9d01de2 100644
--- a/gtk/gtkfixed.c
+++ b/gtk/gtkfixed.c
@@ -346,9 +346,9 @@ gtk_fixed_paint (GtkWidget *widget,
g_return_if_fail (area != NULL);
if (GTK_WIDGET_DRAWABLE (widget))
- gdk_window_clear_area (widget->window,
- area->x, area->y,
- area->width, area->height);
+ gdk_window_clear_area (widget->window,
+ area->x, area->y,
+ area->width, area->height);
}
static void