From 6e7ee2649d108e680d4d25f6f2d382022fd0bb75 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 16 Jan 2013 18:16:05 +0000 Subject: style cleanup --- source/blender/editors/space_text/text_format.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/space_text') diff --git a/source/blender/editors/space_text/text_format.c b/source/blender/editors/space_text/text_format.c index d7691642070..a8c2de193c4 100644 --- a/source/blender/editors/space_text/text_format.c +++ b/source/blender/editors/space_text/text_format.c @@ -197,7 +197,7 @@ void ED_text_format_register(TextFormatType *tft) TextFormatType *ED_text_format_get(Text *text) { - TextFormatType* tft; + TextFormatType *tft; if (text) { const char *text_ext = strchr(text->id.name + 2, '.'); -- cgit v1.2.3