last clang-format fix
This commit is contained in:
@@ -93,7 +93,8 @@ private:
|
|||||||
struct IoctlChannelSetPriority {
|
struct IoctlChannelSetPriority {
|
||||||
u32_le priority;
|
u32_le priority;
|
||||||
};
|
};
|
||||||
static_assert(sizeof(IoctlChannelSetPriority) == 4, "IoctlChannelSetPriority is incorrect size");
|
static_assert(sizeof(IoctlChannelSetPriority) == 4,
|
||||||
|
"IoctlChannelSetPriority is incorrect size");
|
||||||
|
|
||||||
struct IoctlEventIdControl {
|
struct IoctlEventIdControl {
|
||||||
u32_le cmd; // 0=disable, 1=enable, 2=clear
|
u32_le cmd; // 0=disable, 1=enable, 2=clear
|
||||||
|
|||||||
Reference in New Issue
Block a user