Browse Source

Fix formatting

Rod Hynes 10 years ago
parent
commit
9f3bdf7f83
1 changed files with 2 additions and 1 deletions
  1. 2 1
      psiphon/TCPConn.go

+ 2 - 1
psiphon/TCPConn.go

@@ -70,7 +70,8 @@ func makeTCPDialer(config *DialConfig) func(network, addr string) (net.Conn, err
 				if err == nil {
 				if err == nil {
 					config.ResolvedIPCallback(host)
 					config.ResolvedIPCallback(host)
 				}
 				}
-			}		}
+			}
+		}
 		return conn, nil
 		return conn, nil
 	}
 	}
 }
 }