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-05-02 04:45:11 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-05-02 04:45:46 +0300
commit1bea76dd6a9fa88be0a3539517d9b266d0462fba (patch)
treef30b1344168556528a6e3cde826145d07c1ec37b /source/blender/editors/interface/resources.c
parenta9835fdb3eb2987d869b73d3a3917fc4002dd00b (diff)
Cleanup: style
Diffstat (limited to 'source/blender/editors/interface/resources.c')
-rw-r--r--source/blender/editors/interface/resources.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/editors/interface/resources.c b/source/blender/editors/interface/resources.c
index 356809d94c0..587cccf516c 100644
--- a/source/blender/editors/interface/resources.c
+++ b/source/blender/editors/interface/resources.c
@@ -367,7 +367,8 @@ const uchar *UI_ThemeGetColorPtr(bTheme *btheme, int spacetype, int colorid)
cp = &ts->outline_width;
break;
case TH_OBCENTER_DIA:
- cp = &ts->obcenter_dia; break;
+ cp = &ts->obcenter_dia;
+ break;
break;
case TH_EDGE:
cp = ts->edge;