summaryrefslogtreecommitdiff
path: root/gtk/gtkrange.c
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2016-05-22 08:24:46 +0200
committerTimm Bäder <mail@baedert.org>2016-05-30 19:15:49 +0200
commit6301827dacc0c3e1a25ab99c65022f3e581cb2bc (patch)
tree78d58f1ffcf2f40a0f9e247e8ec7c2181c769b1f /gtk/gtkrange.c
parent0b0d4765a00706be78f2485ab0937bc8cbb04031 (diff)
downloadgtk+-6301827dacc0c3e1a25ab99c65022f3e581cb2bc.tar.gz
range: Properly indent closing brace
Make sure it's obvious what if block it belongs to.
Diffstat (limited to 'gtk/gtkrange.c')
-rw-r--r--gtk/gtkrange.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkrange.c b/gtk/gtkrange.c
index 3b9efce433..2ded1b802c 100644
--- a/gtk/gtkrange.c
+++ b/gtk/gtkrange.c
@@ -1990,7 +1990,7 @@ gtk_range_allocate_trough (GtkCssGadget *gadget,
highlight_alloc.x = slider_alloc.x + slider_alloc.width / 2;
highlight_alloc.width = allocation->x + allocation->width - highlight_alloc.x;
}
- }
+ }
else
{
if (!should_invert (range))