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>2012-04-21 17:37:26 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-04-21 17:37:26 +0400
commit1615b46963f79e90621c155a5d85925a4b5171a3 (patch)
treef029c9dc35c645b9f622f82a8e761a18c033c208 /source/blender/editors/uvedit
parentd02aed6c6474eafbcc312156d1debfccb230a00f (diff)
style cleanup
Diffstat (limited to 'source/blender/editors/uvedit')
-rw-r--r--source/blender/editors/uvedit/uvedit_smart_stitch.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/editors/uvedit/uvedit_smart_stitch.c b/source/blender/editors/uvedit/uvedit_smart_stitch.c
index 53572f114d2..448072ebb72 100644
--- a/source/blender/editors/uvedit/uvedit_smart_stitch.c
+++ b/source/blender/editors/uvedit/uvedit_smart_stitch.c
@@ -87,7 +87,7 @@ typedef struct IslandStitchData {
char stitchableCandidate;
/* if edge rotation is used, flag so that vertex rotation is not used */
char use_edge_rotation;
-}IslandStitchData;
+} IslandStitchData;
/* just for averaging UVs */
typedef struct UVVertAverage {
@@ -103,7 +103,7 @@ typedef struct UvEdge {
char flag;
/* element that guarantees element->face has the face on element->tfindex and element->tfindex+1 is the second uv */
UvElement *element;
-}UvEdge;
+} UvEdge;
/* stitch state object */
@@ -146,7 +146,7 @@ typedef struct StitchState {
typedef struct PreviewPosition {
int data_position;
int polycount_position;
-}PreviewPosition;
+} PreviewPosition;
/*
* defines for UvElement flags
*/