Skip to content

Commit 5617d64

Browse files
committed
Fix whitespace
1 parent a3b733c commit 5617d64

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Packages/com.unity.inputsystem/InputSystem/Runtime/IInputRuntime.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ internal static class InputRuntime
215215
/// </summary>
216216
internal enum InputPlayModeChange
217217
{
218-
EnteredEditMode ,
218+
EnteredEditMode,
219219
ExitingEditMode,
220220
EnteredPlayMode,
221221
ExitingPlayMode,

Packages/com.unity.inputsystem/InputSystem/Runtime/InputSystem.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2968,8 +2968,8 @@ internal static bool ShouldDrawWarningIconForBinding(string bindingPath)
29682968
#region Actions
29692969

29702970

2971-
// This is called to make sure
2972-
// project-wide actions are all active in they are active in all of these MonoBehavior methods:
2971+
// This is called to make sure project-wide actions are all active in they are active in all of these
2972+
// MonoBehavior methods:
29732973
// Awake() / Start() / OnEnable() / OnDisable() / OnDestroy()
29742974
internal static void EnableActions()
29752975
{

0 commit comments

Comments
 (0)