Misc. style fixes
This commit is contained in:
parent
62537118ac
commit
52203314ca
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue