Skip to content
This repository was archived by the owner on Oct 5, 2019. It is now read-only.

Commit 7ff4c17

Browse files
author
Zaczero
committed
Spacing fix
1 parent b434a21 commit 7ff4c17

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

SharpLoader/Core/SourceRandomizer.cs

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -357,39 +357,39 @@ private void Trash(ref string str)
357357
switch (_rnd.Next(0, 6))
358358
{
359359
case 0:
360-
{
361-
trash += $"new byte().{operation};";
362-
break;
363-
}
360+
{
361+
trash += $"new byte().{operation};";
362+
break;
363+
}
364364
case 1:
365-
{
366-
trash += $"new bool().{operation};";
367-
break;
368-
}
365+
{
366+
trash += $"new bool().{operation};";
367+
break;
368+
}
369369
case 2:
370-
{
371-
trash += $"new char().{operation};";
372-
break;
373-
}
370+
{
371+
trash += $"new char().{operation};";
372+
break;
373+
}
374374
case 3:
375-
{
376-
trash += $"new short().{operation};";
377-
break;
378-
}
375+
{
376+
trash += $"new short().{operation};";
377+
break;
378+
}
379379
case 4:
380-
{
381-
trash += $"new int().{operation};";
382-
break;
383-
}
380+
{
381+
trash += $"new int().{operation};";
382+
break;
383+
}
384384
case 5:
385-
{
386-
trash += $"new long().{operation};";
387-
break;
388-
}
385+
{
386+
trash += $"new long().{operation};";
387+
break;
388+
}
389389
default:
390-
{
391-
throw new Exception("invalid switch value");
392-
}
390+
{
391+
throw new Exception("invalid switch value");
392+
}
393393
}
394394
}
395395
}

0 commit comments

Comments
 (0)