Fix formatting
This commit is contained in:
parent
e1dfa922d5
commit
773b5ea177
1 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@ namespace Ryujinx.Graphics.Shader.Instructions
|
|||
}
|
||||
}
|
||||
|
||||
public static void Depbar(EmitterContext context) {}
|
||||
public static void Depbar(EmitterContext context) { }
|
||||
|
||||
public static void Exit(EmitterContext context)
|
||||
{
|
||||
|
@ -70,7 +70,7 @@ namespace Ryujinx.Graphics.Shader.Instructions
|
|||
context.Discard();
|
||||
}
|
||||
|
||||
public static void Nop(EmitterContext context) {}
|
||||
public static void Nop(EmitterContext context) { }
|
||||
|
||||
public static void Pbk(EmitterContext context)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue