Fix newlines in C# files.
This commit is contained in:
@@ -30,7 +30,7 @@ namespace OpenRA.Server
|
||||
byte b;
|
||||
switch (b = r.ReadByte())
|
||||
{
|
||||
case 0xbf:
|
||||
case 0xbf:
|
||||
// Silently ignore disconnect notifications
|
||||
return null;
|
||||
case 0xff:
|
||||
|
||||
Reference in New Issue
Block a user