delete one other trailing whitespace

This commit is contained in:
greggameplayer
2018-06-04 18:44:45 +02:00
committed by GitHub
parent 241d3c1473
commit 8995ad6f29

View File

@@ -107,7 +107,7 @@ private:
u16_le info16;
u16_le status; // always 0xFFFF
};
static_assert(sizeof(IoctlGetErrorNotification) == 16,
static_assert(sizeof(IoctlGetErrorNotification) == 16,
"IoctlGetErrorNotification is incorrect size");
struct IoctlFence {