Эх сурвалжийг харах

[unity] Minor: fixed whitespace formatting.

Harald Csaszar 1 жил өмнө
parent
commit
853dc33e19

+ 1 - 1
spine-unity/Assets/Spine/Editor/spine-unity/Editor/SpineAttributeDrawers.cs

@@ -209,7 +209,7 @@ namespace Spine.Unity.Editor {
 
 		protected virtual void PopulatePopupList (ref List<GUIContent> contentList, ref List<string> valueList,
 			Texture2D image, SerializedProperty property, T targetAttribute, SkeletonData data) {
-			contentList.Add(new GUIContent ("Type Not Supported"));
+			contentList.Add(new GUIContent("Type Not Supported"));
 			valueList.Add(string.Empty);
 		}