aboutsummaryrefslogtreecommitdiff
path: root/SocketHttpListener/Rsv.cs
diff options
context:
space:
mode:
Diffstat (limited to 'SocketHttpListener/Rsv.cs')
-rw-r--r--SocketHttpListener/Rsv.cs10
1 files changed, 5 insertions, 5 deletions
diff --git a/SocketHttpListener/Rsv.cs b/SocketHttpListener/Rsv.cs
index 668059b8a..87283791e 100644
--- a/SocketHttpListener/Rsv.cs
+++ b/SocketHttpListener/Rsv.cs
@@ -1,8 +1,8 @@
namespace SocketHttpListener
{
- internal enum Rsv : byte
- {
- Off = 0x0,
- On = 0x1
- }
+ internal enum Rsv : byte
+ {
+ Off = 0x0,
+ On = 0x1
+ }
}