mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
[Aaru.Helpers] Reformat and cleanup.
This commit is contained in:
@@ -58,7 +58,7 @@ public static class Extensions
|
||||
/// </returns>
|
||||
public static int EnsureRead(this Stream s, byte[] buffer, int offset, int count)
|
||||
{
|
||||
int pos = 0;
|
||||
var pos = 0;
|
||||
int read;
|
||||
|
||||
do
|
||||
|
||||
Reference in New Issue
Block a user