Skip to content

Commit 3626f3c

Browse files
Fix formatting
1 parent fa102f7 commit 3626f3c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Packages/com.unity.inputsystem/InputSystem/Plugins/Switch/SwitchProControllerHID.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,21 +161,21 @@ public class SwitchProControllerHID : Gamepad, IInputStateCallbackReceiver, IEve
161161
/// The gamepad class will return the state of buttonSouth, whereas this class returns the state of buttonEast
162162
/// </summary>
163163
public new ButtonControl aButton => buttonEast;
164-
164+
165165
/// <summary>
166166
/// A Button for a Nintendo Switch Pro Controller.
167167
/// If querying via script, ensure you cast the device to SwitchProControllerHID, rather than using the Gamepad class.
168168
/// The gamepad class will return the state of buttonEast, whereas this class returns the state of buttonSouth
169169
/// </summary>
170170
public new ButtonControl bButton => buttonSouth;
171-
171+
172172
/// <summary>
173173
/// A Button for a Nintendo Switch Pro Controller.
174174
/// If querying via script, ensure you cast the device to SwitchProControllerHID, rather than using the Gamepad class.
175175
/// The gamepad class will return the state of buttonNorth, whereas this class returns the state of buttonWest
176176
/// </summary>
177177
public new ButtonControl yButton => buttonWest;
178-
178+
179179
/// <summary>
180180
/// A Button for a Nintendo Switch Pro Controller.
181181
/// If querying via script, ensure you cast the device to SwitchProControllerHID, rather than using the Gamepad class.

0 commit comments

Comments
 (0)