From 189faa7f5c32670eed324620d5e1fc4a39b48baf Mon Sep 17 00:00:00 2001 From: JamJar00 Date: Fri, 7 Oct 2016 13:37:40 +0100 Subject: [PATCH] Fixed indentation issue --- Hazel/Tcp/TcpConnection.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Hazel/Tcp/TcpConnection.cs b/Hazel/Tcp/TcpConnection.cs index e126219..c868347 100644 --- a/Hazel/Tcp/TcpConnection.cs +++ b/Hazel/Tcp/TcpConnection.cs @@ -103,8 +103,8 @@ namespace Hazel.Tcp throw new HazelException("A Socket exception occured while initiating the first receive operation.", e); } - //Set connected - State = ConnectionState.Connected; + //Set connected + State = ConnectionState.Connected; } } -- 2.39.5