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-03-13 01:46:33 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-03-13 01:46:33 +0400
commit153b63e0fde21730cd54f16a501c18c793256ae2 (patch)
treef6c0939d5f48685783996d82e31002845f4cdae6 /source/blender/editors/interface/interface_style.c
parente6cdee370e74ef3e48051ad95a4bc3eba5f804c4 (diff)
style cleanup
Diffstat (limited to 'source/blender/editors/interface/interface_style.c')
-rw-r--r--source/blender/editors/interface/interface_style.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/interface/interface_style.c b/source/blender/editors/interface/interface_style.c
index 03805dd0ef8..dd4886a7243 100644
--- a/source/blender/editors/interface/interface_style.c
+++ b/source/blender/editors/interface/interface_style.c
@@ -331,7 +331,7 @@ void uiStyleInit(void)
uiFont *font = U.uifonts.first;
uiStyle *style = U.uistyles.first;
int monofont_size = datatoc_bmonofont_ttf_size;
- unsigned char *monofont_ttf = (unsigned char*)datatoc_bmonofont_ttf;
+ unsigned char *monofont_ttf = (unsigned char *)datatoc_bmonofont_ttf;
/* recover from uninitialized dpi */
if (U.dpi == 0)
@@ -410,7 +410,7 @@ void uiStyleInit(void)
if (!monofont_ttf) {
/* fall back if not found */
monofont_size = datatoc_bmonofont_ttf_size;
- monofont_ttf = (unsigned char*)datatoc_bmonofont_ttf;
+ monofont_ttf = (unsigned char *)datatoc_bmonofont_ttf;
}
}