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>2019-04-29 15:05:11 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-04-29 15:06:26 +0300
commitf9ee08610ac5f66441ddc972f403ca28c7d943d0 (patch)
tree20c55fa8e6f4d8bf9a4f8f5c0783d3bc3e800df4 /source/blender/blenfont
parentbbbf1664309b6c30581ea6db035620c4abfe8e46 (diff)
Cleanup: comments (long lines) in misc libraries
Diffstat (limited to 'source/blender/blenfont')
-rw-r--r--source/blender/blenfont/intern/blf_thumbs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/blenfont/intern/blf_thumbs.c b/source/blender/blenfont/intern/blf_thumbs.c
index 2b34b1f8324..802f97fc5f5 100644
--- a/source/blender/blenfont/intern/blf_thumbs.c
+++ b/source/blender/blenfont/intern/blf_thumbs.c
@@ -107,8 +107,8 @@ void BLF_thumb_preview(const char *filename,
font->pos[1] -= font->glyph_cache->ascender * 1.1f;
- /* We fallback to default english strings in case not enough chars are available in current font
- * for given translated string (useful in non-latin i18n context, like chinese,
+ /* We fallback to default english strings in case not enough chars are available in current
+ * font for given translated string (useful in non-latin i18n context, like chinese,
* since many fonts will then show nothing but ugly 'missing char' in their preview).
* Does not handle all cases, but much better than nothing.
*/