REFACTOR: Reformat code.

This commit is contained in:
2017-12-19 20:33:03 +00:00
parent 77edc7c91c
commit e6f6ace80b
704 changed files with 82627 additions and 83641 deletions

View File

@@ -36,9 +36,7 @@ namespace DiscImageChef
{
public static class Progress
{
public static void InitProgress()
{
}
public static void InitProgress() { }
public static void EndProgress()
{
@@ -50,9 +48,7 @@ namespace DiscImageChef
DicConsole.Write("\r" + text);
}
public static void InitProgress2()
{
}
public static void InitProgress2() { }
public static void EndProgress2()
{
@@ -64,16 +60,15 @@ namespace DiscImageChef
DicConsole.Write("\r" + text);
}
public static void InitTwoProgress()
{
}
public static void InitTwoProgress() { }
public static void EndTwoProgress()
{
DicConsole.WriteLine();
}
public static void UpdateTwoProgress(string text, long current, long maximum, string text2, long current2, long maximum2)
public static void UpdateTwoProgress(string text, long current, long maximum, string text2, long current2,
long maximum2)
{
DicConsole.Write("\r" + text + ": " + text2);
}
@@ -83,4 +78,4 @@ namespace DiscImageChef
DicConsole.WriteLine(text);
}
}
}
}