瀏覽代碼

[unity] Minor: fixed whitespace formatting.

Harald Csaszar 1 年之前
父節點
當前提交
853dc33e19
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      spine-unity/Assets/Spine/Editor/spine-unity/Editor/SpineAttributeDrawers.cs

+ 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,
 		protected virtual void PopulatePopupList (ref List<GUIContent> contentList, ref List<string> valueList,
 			Texture2D image, SerializedProperty property, T targetAttribute, SkeletonData data) {
 			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);
 			valueList.Add(string.Empty);
 		}
 		}