diff options
Diffstat (limited to 'SocketHttpListener/Fin.cs')
| -rw-r--r-- | SocketHttpListener/Fin.cs | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/SocketHttpListener/Fin.cs b/SocketHttpListener/Fin.cs index f91401b99..c8ffbf2b2 100644 --- a/SocketHttpListener/Fin.cs +++ b/SocketHttpListener/Fin.cs @@ -1,8 +1,8 @@ namespace SocketHttpListener { - internal enum Fin : byte - { - More = 0x0, - Final = 0x1 - } + internal enum Fin : byte + { + More = 0x0, + Final = 0x1 + } } |
