[gtk+/wip/baedert/gtkimageview: 169/169] range: Properly indent closing brace



commit f03ea67702f4afbcfd291c5713719327375510d1
Author: Timm Bäder <mail baedert org>
Date:   Sun May 22 08:24:46 2016 +0200

    range: Properly indent closing brace
    
    Make sure it's obvious what if block it belongs to.

 gtk/gtkrange.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkrange.c b/gtk/gtkrange.c
index 3b9efce..2ded1b8 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))


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]