aboutsummaryrefslogtreecommitdiff
path: root/RSSDP/SsdpDeviceLocator.cs
diff options
context:
space:
mode:
authortelans <telans@protonmail.com>2020-06-20 21:19:16 +1200
committertelans <telans@protonmail.com>2020-06-20 21:19:16 +1200
commit6556bec646a28d08267f30640125865cf42240d0 (patch)
tree55e9c9102f67e11ac0225c25166c2e4caaf012eb /RSSDP/SsdpDeviceLocator.cs
parent5bb639a59a9ab4c42804e364c94b34aaca594796 (diff)
brace multiline if statements (cont.)
Diffstat (limited to 'RSSDP/SsdpDeviceLocator.cs')
-rw-r--r--RSSDP/SsdpDeviceLocator.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/RSSDP/SsdpDeviceLocator.cs b/RSSDP/SsdpDeviceLocator.cs
index 9a31db7a2..38562ce49 100644
--- a/RSSDP/SsdpDeviceLocator.cs
+++ b/RSSDP/SsdpDeviceLocator.cs
@@ -590,7 +590,9 @@ namespace Rssdp.Infrastructure
return OneSecond;
}
else
+ {
return searchWaitTime.Subtract(OneSecond);
+ }
}
private DiscoveredSsdpDevice FindExistingDeviceNotification(IEnumerable<DiscoveredSsdpDevice> devices, string notificationType, string usn)