From: JamJar00 Date: Fri, 7 Oct 2016 12:37:40 +0000 (+0100) Subject: Fixed indentation issue X-Git-Tag: 1.0.0~134 X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=189faa7f5c32670eed324620d5e1fc4a39b48baf;p=rhonda%2Fimpostor.hazel.git Fixed indentation issue --- 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; } }