Browse Source

[c] Fix formatting.

Mario Zechner 3 years ago
parent
commit
ec0ea45149
1 changed files with 1 additions and 1 deletions
  1. 1 1
      spine-c/spine-c/src/spine/Animation.c

+ 1 - 1
spine-c/spine-c/src/spine/Animation.c

@@ -1870,7 +1870,7 @@ void _spDeformTimeline_apply(
 					/* Vertex positions or deform offsets, with alpha. */
 					for (i = 0; i < vertexCount; i++)
 						deformArray[i] += (lastVertices[i] - deformArray[i]) * alpha;
-                    break;
+					break;
 				case SP_MIX_BLEND_ADD:
 					vertexAttachment = SUB_CAST(spVertexAttachment, slot->attachment);
 					if (!vertexAttachment->bones) {