Misc. style fixes

This commit is contained in:
YoshiRulz 2020-06-30 11:32:52 +10:00
parent 62537118ac
commit 52203314ca
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
2 changed files with 3 additions and 3 deletions

View File

@ -199,7 +199,7 @@ namespace BizHawk.Client.Common
var bytes = BitConverter.GetBytes(val);
var _float = BitConverter.ToSingle(bytes, 0);
return _float.ToString();
};
}
string FormatBinary()
{
@ -209,7 +209,7 @@ namespace BizHawk.Client.Common
str = str.Insert(i, " ");
}
return str;
};
}
return Type switch
{

View File

@ -1250,7 +1250,7 @@ namespace BizHawk.Emulation.Cores.Computers.SinclairSpectrum
// get text length
int strLen = data[_position++];
string title = String.Empty;
string title = string.Empty;
title = "Info: ";
switch (type)