Fix blank lines
parent
17f7ca8bdc
commit
d081aa8a74
|
|
@ -498,6 +498,7 @@ namespace Ryujinx.Horizon.Kernel.Generators
|
|||
{
|
||||
generator.AppendLine($"{syscall.Name}{suffix}(syscall, context);");
|
||||
}
|
||||
|
||||
generator.AppendLine("break;");
|
||||
|
||||
generator.DecreaseIndentation();
|
||||
|
|
@ -514,7 +515,6 @@ namespace Ryujinx.Horizon.Kernel.Generators
|
|||
generator.LeaveScope();
|
||||
}
|
||||
|
||||
|
||||
private static bool Is32BitInteger(string canonicalTypeName)
|
||||
{
|
||||
return canonicalTypeName is TypeSystemInt32 or TypeSystemUInt32;
|
||||
|
|
|
|||
Loading…
Reference in New Issue