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-09-19 03:29:57 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-09-19 03:29:57 +0300
commit345c34826296907d85b4b367a830ff4f73ab293f (patch)
tree54d7a03449dc65e7dadc22ebff7541ef1f439165 /source/blender/editors/uvedit/uvedit_ops.c
parent69aac13524374d62fee5a99139ba74ed535ea767 (diff)
Cleanup: style
Diffstat (limited to 'source/blender/editors/uvedit/uvedit_ops.c')
-rw-r--r--source/blender/editors/uvedit/uvedit_ops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/uvedit/uvedit_ops.c b/source/blender/editors/uvedit/uvedit_ops.c
index b212df34954..1888d4ace83 100644
--- a/source/blender/editors/uvedit/uvedit_ops.c
+++ b/source/blender/editors/uvedit/uvedit_ops.c
@@ -1513,7 +1513,7 @@ static void UV_OT_select_less(wmOperatorType *ot)
/** \name Weld Align Operator
* \{ */
-typedef enum eUVWeldAlign{
+typedef enum eUVWeldAlign {
UV_STRAIGHTEN,
UV_STRAIGHTEN_X,
UV_STRAIGHTEN_Y,