Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2013-01-16 22:16:05 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-01-16 22:16:05 +0400
commit6e7ee2649d108e680d4d25f6f2d382022fd0bb75 (patch)
treed0446156200605578f39d7ea2b9481a98a012462 /source/blender/editors/space_text
parentcda2b7db0fe904538ffa42ae4f63527f3defc3be (diff)
style cleanup
Diffstat (limited to 'source/blender/editors/space_text')
-rw-r--r--source/blender/editors/space_text/text_format.c2
1 files changed, 1 insertions, 1 deletions
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, '.');