[gtk+] bitmask: Trivial formatting fix



commit 4654fa6efe539dcaae127beb49e569df91f5c3a4
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Sep 11 09:06:46 2015 -0400

    bitmask: Trivial formatting fix

 gtk/gtkallocatedbitmask.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkallocatedbitmask.c b/gtk/gtkallocatedbitmask.c
index 0950d43..f95e312 100644
--- a/gtk/gtkallocatedbitmask.c
+++ b/gtk/gtkallocatedbitmask.c
@@ -313,7 +313,7 @@ _gtk_allocated_bitmask_invert_range (GtkBitmask *mask,
     mask->data[i] ^= ALL_BITS;
   mask->data[start_word] ^= (((VALUE_TYPE) 1) << start_bit) - 1;
   if (end_bit != 63)
-  mask->data[end_word] ^= ALL_BITS << (end_bit + 1);
+    mask->data[end_word] ^= ALL_BITS << (end_bit + 1);
 
   return gtk_allocated_bitmask_shrink (mask);
 }


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