Quellcode durchsuchen

[csharp] Minor cleanup: Fixed whitespace to please format checks.

Harald Csaszar vor 4 Jahren
Ursprung
Commit
702322e27b
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      spine-csharp/src/AnimationState.cs

+ 1 - 1
spine-csharp/src/AnimationState.cs

@@ -1255,7 +1255,7 @@ namespace Spine {
 
 
 		/// <summary>Returns true if this entry is for the empty animation. See <see cref="AnimationState.SetEmptyAnimation(int, float)"/>,
 		/// <summary>Returns true if this entry is for the empty animation. See <see cref="AnimationState.SetEmptyAnimation(int, float)"/>,
 		/// <see cref="AnimationState.AddEmptyAnimation(int, float, float)"/>, and <see cref="AnimationState.SetEmptyAnimations(float)"/>.
 		/// <see cref="AnimationState.AddEmptyAnimation(int, float, float)"/>, and <see cref="AnimationState.SetEmptyAnimations(float)"/>.
-		public bool IsEmptyAnimation { get { return animation == AnimationState.EmptyAnimation; }}
+		public bool IsEmptyAnimation { get { return animation == AnimationState.EmptyAnimation; } }
 
 
 		/// <summary>
 		/// <summary>
 		/// <para>
 		/// <para>