From 52203314caa2e91aabe5c701f1a11a7f54796dd3 Mon Sep 17 00:00:00 2001 From: YoshiRulz Date: Tue, 30 Jun 2020 11:32:52 +1000 Subject: [PATCH] Misc. style fixes --- src/BizHawk.Client.Common/tools/Watch/DWordWatch.cs | 4 ++-- .../Computers/SinclairSpectrum/Media/Tape/TZX/TzxConverter.cs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/BizHawk.Client.Common/tools/Watch/DWordWatch.cs b/src/BizHawk.Client.Common/tools/Watch/DWordWatch.cs index b1b1415a3f..8721083d62 100644 --- a/src/BizHawk.Client.Common/tools/Watch/DWordWatch.cs +++ b/src/BizHawk.Client.Common/tools/Watch/DWordWatch.cs @@ -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 { diff --git a/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Media/Tape/TZX/TzxConverter.cs b/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Media/Tape/TZX/TzxConverter.cs index 8b8fab1b14..acbcefe2eb 100644 --- a/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Media/Tape/TZX/TzxConverter.cs +++ b/src/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Media/Tape/TZX/TzxConverter.cs @@ -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)