Whitespace fixes

This commit is contained in:
Emmanuele Bassi 2009-01-05 15:26:57 +00:00
parent fa431f6492
commit 33459f63d6

View File

@ -38,8 +38,7 @@
* #ClutterText is available since Clutter 1.0 * #ClutterText is available since Clutter 1.0
*/ */
/* TODO: undo/redo hooks? /* TODO: undo/redo hooks? */
*/
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include "config.h" #include "config.h"
@ -67,7 +66,7 @@
* be regenerated at a different width to get the height for the * be regenerated at a different width to get the height for the
* actual allocated width * 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)) #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); g_free (ranges);
} }
} }
} }