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:
Owen Taylor 2005-06-27 15:13:08 +00:00 committed by Owen Taylor
parent 8eb4666ffe
commit 3b1269f500
5 changed files with 17 additions and 2 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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);

View File

@ -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);