Skip to content

Commit 4f95a27

Browse files
committed
clang format
1 parent 6162887 commit 4f95a27

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/controller/physicaldevice/PhysicalDeviceType.h

+1-6
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22

33
namespace Ship {
44

5-
enum PhysicalDeviceType {
6-
Keyboard = 0,
7-
Mouse = 1,
8-
SDLGamepad = 2,
9-
Max = 3
10-
};
5+
enum PhysicalDeviceType { Keyboard = 0, Mouse = 1, SDLGamepad = 2, Max = 3 };
116

127
} // namespace Ship

0 commit comments

Comments
 (0)