[the-board] [tb] Small indentation fix in tb-box.c



commit b4f668b8e8c8b3d50fd2d6509b5cdce8cd1c4779
Author: Lucas Rocha <lucasr gnome org>
Date:   Sat Mar 26 01:21:19 2011 +0000

    [tb] Small indentation fix in tb-box.c

 src/tb/tb-box.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/tb/tb-box.c b/src/tb/tb-box.c
index 5dba45e..9332ce4 100644
--- a/src/tb/tb-box.c
+++ b/src/tb/tb-box.c
@@ -675,8 +675,8 @@ tb_box_get_preferred_width (ClutterActor  *self,
   mx_widget_get_padding (MX_WIDGET (self), &padding);
 
   tb_box_get_content_width_request (self,
-                                     &content_min_width,
-                                     &content_natural_width);
+                                    &content_min_width,
+                                    &content_natural_width);
 
   outside = padding.left + padding.right;
 



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