]> git.saurik.com Git - wxWidgets.git/blobdiff - src/unix/gsocket.cpp
Changed date
[wxWidgets.git] / src / unix / gsocket.cpp
index 862e94c98992c17add9abbcd1eb99e65af50dd41..becd67f59cfce20df21579175bf0860b66d7dbe3 100644 (file)
@@ -722,7 +722,8 @@ GSocketError GSocket::Connect(GSocketStream stream)
    * connection _if_ blocking sockets are being used.
    * If connect above returns 0, we are already connected and need to make the
    * call to Enable_Events now.  
-
+   */
+  
   if (m_non_blocking || ret == 0)
   {
     gs_gui_functions->Enable_Events(this);