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>2015-01-08 11:57:50 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-01-08 11:57:50 +0300
commit9fadacfd0f8e35e09b4db61e8a37259d88287d2d (patch)
treeda9c3032262ca11d1a8ac8f4b9ffacfa4331c257 /source/blender/editors/space_text
parent8ebb552a9551abcb3d013b192a0dc9c2ea6f2bcc (diff)
cleanup: style
Diffstat (limited to 'source/blender/editors/space_text')
-rw-r--r--source/blender/editors/space_text/text_draw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_text/text_draw.c b/source/blender/editors/space_text/text_draw.c
index ed1cbec8fbf..31662c02966 100644
--- a/source/blender/editors/space_text/text_draw.c
+++ b/source/blender/editors/space_text/text_draw.c
@@ -1553,7 +1553,7 @@ void text_update_cursor_moved(bContext *C)
/**
* Takes a cursor (row, character) and returns x,y pixel coords.
*/
-bool ED_text_region_location_from_cursor(SpaceText *st, ARegion* ar, const int cursor_co[2], int r_pixel_co[2])
+bool ED_text_region_location_from_cursor(SpaceText *st, ARegion *ar, const int cursor_co[2], int r_pixel_co[2])
{
TextLine *line = NULL;