Formatting

This commit is contained in:
Isaac Marovitz 2024-03-18 14:51:44 -04:00 committed by Isaac Marovitz
parent 3d897c4f9a
commit df8fca012f
8 changed files with 7 additions and 8 deletions

View file

@ -102,4 +102,4 @@ namespace Ryujinx.Graphics.Shader.CodeGen.Msl
return indentation;
}
}
}
}

View file

@ -198,4 +198,4 @@ namespace Ryujinx.Graphics.Shader.CodeGen.Msl
}
}
}
}
}

View file

@ -220,4 +220,4 @@ namespace Ryujinx.Graphics.Shader.CodeGen.Msl
return ReinterpretCast(context, cond, srcType, AggregateType.Bool);
}
}
}
}