]> git.deb.at Git - rhonda/impostor.hazel.git/commitdiff
Fixed indentation issue
authorJamJar00 <jamster.30@btinternet.com>
Fri, 7 Oct 2016 12:37:40 +0000 (13:37 +0100)
committerJamJar00 <jamster.30@btinternet.com>
Fri, 7 Oct 2016 12:37:40 +0000 (13:37 +0100)
Hazel/Tcp/TcpConnection.cs

index e126219bbe51c39075e259e4b5241e32d640ac10..c86834732c1d13309700c4d561f6c384a761b751 100644 (file)
@@ -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;
             }
         }