summaryrefslogtreecommitdiff
path: root/gtk/gtkhruler.c
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2005-06-27 15:13:08 +0000
committerOwen Taylor <otaylor@src.gnome.org>2005-06-27 15:13:08 +0000
commit3b1269f500587a1fd20b0d18ba58c26fc3596290 (patch)
treebdee4a7a118c1e8a5e8eb907540d10f50b8e7c3e /gtk/gtkhruler.c
parent8eb4666ffe0caa44f85dbc3f71bb7c502116362f (diff)
downloadgdk-pixbuf-3b1269f500587a1fd20b0d18ba58c26fc3596290.tar.gz
Fix indentation.
2005-06-27 Owen Taylor <otaylor@redhat.com> * gtk/gtk[hv]ruler.c (gtk_[hv]ruler_draw_ticks): Fix indentation.
Diffstat (limited to 'gtk/gtkhruler.c')
-rw-r--r--gtk/gtkhruler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkhruler.c b/gtk/gtkhruler.c
index 489b85490..66b176792 100644
--- a/gtk/gtkhruler.c
+++ b/gtk/gtkhruler.c
@@ -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);