[Modify] Polish it
This commit is contained in:
parent
0c4fd70c48
commit
cfe8413037
@ -2135,7 +2135,10 @@ namespace WebSocketSharp
|
||||
if (source.Length < 2)
|
||||
return source;
|
||||
|
||||
return !sourceOrder.IsHostOrder () ? source.Reverse () : source;
|
||||
if (sourceOrder.IsHostOrder ())
|
||||
return source;
|
||||
|
||||
return source.Reverse ();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
Loading…
Reference in New Issue
Block a user