[libgd] two-lines-renderer: coding style fix
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgd] two-lines-renderer: coding style fix
- Date: Mon, 15 Oct 2012 20:32:24 +0000 (UTC)
commit a3e1a55f86db35bb6ddedbdebcabe9e602e11da9
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Mon Oct 15 16:22:17 2012 -0400
two-lines-renderer: coding style fix
libgd/gd-two-lines-renderer.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libgd/gd-two-lines-renderer.c b/libgd/gd-two-lines-renderer.c
index 38d2c90..c94263e 100644
--- a/libgd/gd-two-lines-renderer.c
+++ b/libgd/gd-two-lines-renderer.c
@@ -147,7 +147,7 @@ gd_two_lines_renderer_get_size (GtkCellRenderer *cell,
{
pango_layout_get_pixel_extents (layout_two, NULL, (PangoRectangle *) &layout_two_rect);
- layout_union.width = MAX(layout_one_rect.width, layout_two_rect.width);
+ layout_union.width = MAX (layout_one_rect.width, layout_two_rect.width);
layout_union.height = layout_one_rect.height + layout_two_rect.height;
}
else
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]