Code cleanup

This commit is contained in:
Gustave Monce
2019-12-22 12:25:48 +01:00
parent 0e6f905809
commit a2a1c2302b
149 changed files with 3980 additions and 4088 deletions
+2 -2
View File
@@ -24,7 +24,7 @@ using System.Threading;
namespace WPinternals
{
internal class DumpRomViewModel: ContextViewModel
internal class DumpRomViewModel : ContextViewModel
{
private Action SwitchToUnlockBoot;
private Action SwitchToUnlockRoot;
@@ -56,7 +56,7 @@ namespace WPinternals
ActivateSubContext(new BusyViewModel("Initializing ROM dump..."));
ulong TotalSizeSectors = 0;
int PartitionCount = 0;
int PartitionCount = 0;
Partition Partition;
FFU FFU = null;
try