Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 13994d1e authored by Stanislav Kholmanskikh's avatar Stanislav Kholmanskikh Committed by Greg Kroah-Hartman
Browse files

staging: wilc1000: coreconfigurator: Align enums and defines



Aligned enum members and defines to follow a common style
per enum/(group of defines).

Signed-off-by: default avatarStanislav Kholmanskikh <kholmanskikh.s.s@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent cea3b202
Loading
Loading
Loading
Loading
+15 −14
Original line number Diff line number Diff line
@@ -40,7 +40,8 @@
/*****************************************************************************/

/* Basic Frame Type Codes (2-bit) */
typedef enum {FRAME_TYPE_CONTROL = 0x04,
typedef enum {
	FRAME_TYPE_CONTROL     = 0x04,
	FRAME_TYPE_DATA        = 0x08,
	FRAME_TYPE_MANAGEMENT  = 0x00,
	FRAME_TYPE_RESERVED    = 0x0C,
+31 −31

File changed.

Contains only whitespace changes.