From 33459f63d61c9cf984378ff395a6dffa4ae87d46 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Mon, 5 Jan 2009 15:26:57 +0000 Subject: [PATCH] Whitespace fixes --- clutter/clutter-text.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/clutter/clutter-text.c b/clutter/clutter-text.c index 329c389..e904917 100644 --- a/clutter/clutter-text.c +++ b/clutter/clutter-text.c @@ -38,8 +38,7 @@ * #ClutterText is available since Clutter 1.0 */ -/* TODO: undo/redo hooks? - */ +/* TODO: undo/redo hooks? */ #ifdef HAVE_CONFIG_H #include "config.h" @@ -67,7 +66,7 @@ * be regenerated at a different width to get the height for the * actual allocated width */ -#define N_CACHED_LAYOUTS 3 +#define N_CACHED_LAYOUTS 3 #define CLUTTER_TEXT_GET_PRIVATE(obj) (G_TYPE_INSTANCE_GET_PRIVATE ((obj), CLUTTER_TYPE_TEXT, ClutterTextPrivate)) @@ -866,7 +865,6 @@ cursor_paint (ClutterText *self) } g_free (ranges); - } } } -- 2.7.4