From 8995ad6f29bb45b768c70f926e98898453b8ada0 Mon Sep 17 00:00:00 2001 From: greggameplayer <33609333+greggameplayer@users.noreply.github.com> Date: Mon, 4 Jun 2018 18:44:45 +0200 Subject: [PATCH] delete one other trailing whitespace --- src/core/hle/service/nvdrv/devices/nvhost_gpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/hle/service/nvdrv/devices/nvhost_gpu.h b/src/core/hle/service/nvdrv/devices/nvhost_gpu.h index 9f7eb2dde6..e7e0f7737c 100644 --- a/src/core/hle/service/nvdrv/devices/nvhost_gpu.h +++ b/src/core/hle/service/nvdrv/devices/nvhost_gpu.h @@ -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 {