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>2018-04-28 10:01:34 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-04-28 10:02:22 +0300
commit617534327ad48583b2688997f59a998824df20af (patch)
tree401302e1432e09cb61e6827b8a48d70afef78d93 /source/blender/editors/transform/transform_input.c
parentcfa1700792a7c7d6413b0ed6e59f56c0484a911a (diff)
Cleanup: style, duplicate includes
Diffstat (limited to 'source/blender/editors/transform/transform_input.c')
-rw-r--r--source/blender/editors/transform/transform_input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/transform/transform_input.c b/source/blender/editors/transform/transform_input.c
index 4c5faa32369..6fe152c8f03 100644
--- a/source/blender/editors/transform/transform_input.c
+++ b/source/blender/editors/transform/transform_input.c
@@ -347,7 +347,7 @@ void initMouseInputMode(TransInfo *t, MouseInput *mi, MouseInputMode mode)
/* setup for the mouse cursor: either set a custom one,
* or hide it if it will be drawn with the helpline */
wmWindow *win = CTX_wm_window(t->context);
- switch(t->helpline) {
+ switch (t->helpline) {
case HLP_NONE:
/* INPUT_VECTOR, INPUT_CUSTOM_RATIO, INPUT_CUSTOM_RATIO_FLIP */
if (t->flag & T_MODAL) {