Browse Source

[gpu/nvdrv] Remove redundant whitespaces

pull/2501/head
SDK Chan 6 months ago
committed by crueter
parent
commit
5813511c9d
  1. 4
      src/core/hle/service/nvdrv/devices/nvhost_ctrl_gpu.h

4
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 {

Loading…
Cancel
Save