From 5cc855f6672130848cafe174fd6083022163ca8c Mon Sep 17 00:00:00 2001 From: SDK Chan Date: Wed, 17 Sep 2025 15:40:34 +0000 Subject: [PATCH] [gpu/nvdrv] Remove redundant whitespaces --- src/core/hle/service/nvdrv/devices/nvhost_ctrl_gpu.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/hle/service/nvdrv/devices/nvhost_ctrl_gpu.h b/src/core/hle/service/nvdrv/devices/nvhost_ctrl_gpu.h index fe1f695ce9..1dbc214dda 100644 --- a/src/core/hle/service/nvdrv/devices/nvhost_ctrl_gpu.h +++ b/src/core/hle/service/nvdrv/devices/nvhost_ctrl_gpu.h @@ -35,8 +35,8 @@ public: private: enum class ZBCTypes { - color = 1, - depth = 2, + color = 1, + depth = 2, }; struct IoctlGpuCharacteristics {