Skip to content

Commit 751ed67

Browse files
committed
Fix whitespace formatting
1 parent 6c56753 commit 751ed67

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Assets/Examples/Scripts/MeshTool.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public enum ExtrudeMethod
99
Vertical,
1010
MeshNormal
1111
}
12-
12+
1313
public List<MeshFilter> m_Filters = new List<MeshFilter>();
1414
public float m_Radius = 1.5f;
1515
public float m_Power = 2.0f;

Assets/NavMeshComponents/Scripts/NavMeshSurface.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public class NavMeshSurface : MonoBehaviour
7070
public bool buildHeightMesh { get { return m_BuildHeightMesh; } set { m_BuildHeightMesh = value; } }
7171

7272
// Reference to whole scene navmesh data asset.
73-
[UnityEngine.Serialization.FormerlySerializedAs ("m_BakedNavMeshData")]
73+
[UnityEngine.Serialization.FormerlySerializedAs("m_BakedNavMeshData")]
7474
[SerializeField]
7575
NavMeshData m_NavMeshData;
7676
public NavMeshData navMeshData { get { return m_NavMeshData; } set { m_NavMeshData = value; } }

0 commit comments

Comments
 (0)