aboutsummaryrefslogtreecommitdiff
path: root/Mono.Nat/INatDevice.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Mono.Nat/INatDevice.cs')
-rw-r--r--Mono.Nat/INatDevice.cs18
1 files changed, 9 insertions, 9 deletions
diff --git a/Mono.Nat/INatDevice.cs b/Mono.Nat/INatDevice.cs
index b0401627b..6a1509071 100644
--- a/Mono.Nat/INatDevice.cs
+++ b/Mono.Nat/INatDevice.cs
@@ -13,10 +13,10 @@
// distribute, sublicense, and/or sell copies of the Software, and to
// permit persons to whom the Software is furnished to do so, subject to
// the following conditions:
-//
+//
// The above copyright notice and this permission notice shall be
// included in all copies or substantial portions of the Software.
-//
+//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
@@ -34,12 +34,12 @@ using System.Threading.Tasks;
namespace Mono.Nat
{
- public interface INatDevice
- {
- Task CreatePortMap (Mapping mapping);
-
- IPAddress LocalAddress { get; }
+ public interface INatDevice
+ {
+ Task CreatePortMap (Mapping mapping);
+
+ IPAddress LocalAddress { get; }
- DateTime LastSeen { get; set; }
- }
+ DateTime LastSeen { get; set; }
+ }
}