forked from AuroraMiddleware/gtk
Fix indentation.
2005-06-27 Owen Taylor <otaylor@redhat.com> * gtk/gtk[hv]ruler.c (gtk_[hv]ruler_draw_ticks): Fix indentation.
This commit is contained in:
parent
8eb4666ffe
commit
3b1269f500
@ -1,3 +1,8 @@
|
||||
2005-06-27 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtk[hv]ruler.c (gtk_[hv]ruler_draw_ticks):
|
||||
Fix indentation.
|
||||
|
||||
2005-06-27 Kjartan Maraas <kmaraas@gnome.org>
|
||||
|
||||
* gtk/gtkhruler.c: (gtk_hruler_draw_ticks): Fix leaks
|
||||
|
@ -1,3 +1,8 @@
|
||||
2005-06-27 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtk[hv]ruler.c (gtk_[hv]ruler_draw_ticks):
|
||||
Fix indentation.
|
||||
|
||||
2005-06-27 Kjartan Maraas <kmaraas@gnome.org>
|
||||
|
||||
* gtk/gtkhruler.c: (gtk_hruler_draw_ticks): Fix leaks
|
||||
|
@ -1,3 +1,8 @@
|
||||
2005-06-27 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtk[hv]ruler.c (gtk_[hv]ruler_draw_ticks):
|
||||
Fix indentation.
|
||||
|
||||
2005-06-27 Kjartan Maraas <kmaraas@gnome.org>
|
||||
|
||||
* gtk/gtkhruler.c: (gtk_hruler_draw_ticks): Fix leaks
|
||||
|
@ -190,7 +190,7 @@ gtk_hruler_draw_ticks (GtkRuler *ruler)
|
||||
lower = ruler->lower / ruler->metric->pixels_per_unit;
|
||||
|
||||
if ((upper - lower) == 0)
|
||||
goto out;
|
||||
goto out;
|
||||
|
||||
increment = (gdouble) width / (upper - lower);
|
||||
|
||||
|
@ -191,7 +191,7 @@ gtk_vruler_draw_ticks (GtkRuler *ruler)
|
||||
lower = ruler->lower / ruler->metric->pixels_per_unit;
|
||||
|
||||
if ((upper - lower) == 0)
|
||||
goto out;
|
||||
goto out;
|
||||
|
||||
increment = (gdouble) width / (upper - lower);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user