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"
@ -866,7 +865,6 @@ cursor_paint (ClutterText *self)
} }
g_free (ranges); g_free (ranges);
} }
} }
} }