Make sure braces for multi-line statements are on their own lines.
This commit is contained in:
@@ -28,8 +28,14 @@ namespace OpenRA.Network
|
||||
static bool initialized;
|
||||
|
||||
public static IPAddress ExternalIP { get; private set; }
|
||||
public static UPnPStatus Status { get { return initialized ? natDevice != null ?
|
||||
UPnPStatus.Enabled : UPnPStatus.NotSupported : UPnPStatus.Disabled; } }
|
||||
public static UPnPStatus Status
|
||||
{
|
||||
get
|
||||
{
|
||||
return initialized ? natDevice != null ?
|
||||
UPnPStatus.Enabled : UPnPStatus.NotSupported : UPnPStatus.Disabled;
|
||||
}
|
||||
}
|
||||
|
||||
public static async Task DiscoverNatDevices(int timeout)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user