diff options
author | Owen Taylor <otaylor@redhat.com> | 1998-11-06 22:10:27 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 1998-11-06 22:10:27 +0000 |
commit | b0f8915fe79a62bd12b02e74ca2ffee9555a94b5 (patch) | |
tree | e65b1c3427cebc08238c1b7d81d0fcebbc544a44 /gtk/gtkfixed.c | |
parent | e2a521922085c8010028e227f61bba59ea6b8242 (diff) | |
download | gtk+-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.c | 6 |
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 |