Minor code formatting (#4498)

This commit is contained in:
gdkchan 2023-03-04 10:43:08 -03:00 committed by GitHub
parent 155736c986
commit 4f3af839be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
53 changed files with 95 additions and 110 deletions

View file

@ -9,9 +9,8 @@ using static Spv.Specification;
namespace Ryujinx.Graphics.Shader.CodeGen.Spirv
{
using SpvInstruction = Spv.Generator.Instruction;
using SpvLiteralInteger = Spv.Generator.LiteralInteger;
using SpvInstructionPool = Spv.Generator.GeneratorPool<Spv.Generator.Instruction>;
using SpvLiteralInteger = Spv.Generator.LiteralInteger;
using SpvLiteralIntegerPool = Spv.Generator.GeneratorPool<Spv.Generator.LiteralInteger>;
static class SpirvGenerator