From 241d3c1473f78225f246997dc8922404105eb7bc Mon Sep 17 00:00:00 2001 From: greggameplayer <33609333+greggameplayer@users.noreply.github.com> Date: Mon, 4 Jun 2018 18:36:11 +0200 Subject: [PATCH] fix some clang-format --- src/core/hle/service/nvdrv/devices/nvhost_gpu.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/core/hle/service/nvdrv/devices/nvhost_gpu.h b/src/core/hle/service/nvdrv/devices/nvhost_gpu.h index c93d9a03e1..9f7eb2dde6 100644 --- a/src/core/hle/service/nvdrv/devices/nvhost_gpu.h +++ b/src/core/hle/service/nvdrv/devices/nvhost_gpu.h @@ -96,7 +96,7 @@ private: static_assert(sizeof(IoctlChannelSetPriority) == 4, "IoctlChannelSetPriority is incorrect size"); struct IoctlEventIdControl { - u32_le cmd; // 0=disable, 1=enable, 2=clear + u32_le cmd; // 0=disable, 1=enable, 2=clear u32_le id; }; static_assert(sizeof(IoctlEventIdControl) == 8, "IoctlEventIdControl is incorrect size"); @@ -105,9 +105,10 @@ private: u64_le timestamp; u32_le info32; u16_le info16; - u16_le status; // always 0xFFFF + u16_le status; // always 0xFFFF }; - static_assert(sizeof(IoctlGetErrorNotification) == 16, "IoctlGetErrorNotification is incorrect size"); + static_assert(sizeof(IoctlGetErrorNotification) == 16, + "IoctlGetErrorNotification is incorrect size"); struct IoctlFence { u32_le id;