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>2014-04-20 16:05:05 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-04-20 19:01:33 +0400
commit1a1bc281e64624d1a6b798f8dd84dda134f0f45a (patch)
treeeee93db6a2ef858664bf870fd0ab88b8a0170d9e /source/blender/editors/interface/interface_templates.c
parent1e3f8b517be22700498d0243e004026bd3bebec4 (diff)
Code cleanup: style
Diffstat (limited to 'source/blender/editors/interface/interface_templates.c')
-rw-r--r--source/blender/editors/interface/interface_templates.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/interface/interface_templates.c b/source/blender/editors/interface/interface_templates.c
index 9fa26373ec5..4299d7cbdb4 100644
--- a/source/blender/editors/interface/interface_templates.c
+++ b/source/blender/editors/interface/interface_templates.c
@@ -1495,7 +1495,7 @@ static void colorband_update_cb(bContext *UNUSED(C), void *bt_v, void *coba_v)
}
static void colorband_buttons_layout(uiLayout *layout, uiBlock *block, ColorBand *coba, const rctf *butr,
- RNAUpdateCb *cb, int expand)
+ RNAUpdateCb *cb, int expand)
{
uiLayout *row, *split, *subsplit;
uiBut *bt;
@@ -2430,7 +2430,7 @@ void uiTemplateLayers(uiLayout *layout, PointerRNA *ptr, const char *propname,
}
void uiTemplateGameStates(uiLayout *layout, PointerRNA *ptr, const char *propname,
- PointerRNA *used_ptr, const char *used_propname, int active_state)
+ PointerRNA *used_ptr, const char *used_propname, int active_state)
{
uiLayout *uRow, *uCol;
PropertyRNA *prop, *used_prop = NULL;