Skip to content

Commit faa904e

Browse files
committed
Adjust indentations
1 parent edd9c70 commit faa904e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+2471
-2468
lines changed

ttyd-tools/rel/include/buttons.h

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
// Enumerations
66
enum PAD_INPUTS : uint16_t
77
{
8-
PAD_DPAD_LEFT = 0x0001,
9-
PAD_DPAD_RIGHT = 0x0002,
10-
PAD_DPAD_DOWN = 0x0004,
11-
PAD_DPAD_UP = 0x0008,
12-
PAD_Z = 0x0010,
13-
PAD_R = 0x0020,
14-
PAD_L = 0x0040,
15-
PAD_A = 0x0100,
16-
PAD_B = 0x0200,
17-
PAD_X = 0x0400,
18-
PAD_Y = 0x0800,
19-
PAD_START = 0x1000,
8+
PAD_DPAD_LEFT = 0x0001,
9+
PAD_DPAD_RIGHT = 0x0002,
10+
PAD_DPAD_DOWN = 0x0004,
11+
PAD_DPAD_UP = 0x0008,
12+
PAD_Z = 0x0010,
13+
PAD_R = 0x0020,
14+
PAD_L = 0x0040,
15+
PAD_A = 0x0100,
16+
PAD_B = 0x0200,
17+
PAD_X = 0x0400,
18+
PAD_Y = 0x0800,
19+
PAD_START = 0x1000,
2020
};

0 commit comments

Comments
 (0)