From 75fc1c35070e0cf247f2d2e4cffe8a6e711522ff Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 1 Jun 2018 18:19:39 +0200 Subject: Cleanup: trailing whitespace (comment blocks) Strip unindented comment blocks - mainly headers to avoid conflicts. --- source/blender/editors/space_text/text_draw.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/editors/space_text/text_draw.c') diff --git a/source/blender/editors/space_text/text_draw.c b/source/blender/editors/space_text/text_draw.c index 4eb66811c7d..23f28a91be8 100644 --- a/source/blender/editors/space_text/text_draw.c +++ b/source/blender/editors/space_text/text_draw.c @@ -168,7 +168,7 @@ static void format_draw_color(char formatchar) * view_width The maximum number of characters displayable in the region * This equals region_width/font_width for the region * wrap_chars Characters that allow wrapping. This equals [' ', '\t', '-'] - * + * * def wrap(line, view_width, wrap_chars): * draw_start = 0 * draw_end = view_width @@ -182,7 +182,7 @@ static void format_draw_color(char formatchar) * draw_end = pos+1 * pos += 1 * print line[draw_start:] - * + * */ int wrap_width(const SpaceText *st, ARegion *ar) -- cgit v1.2.3