[svn:parrot] r37727 - in trunk: src/pmc t/pmc

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Thu Mar 26 01:56:46 UTC 2009


Author: jkeenan
Date: Thu Mar 26 01:56:46 2009
New Revision: 37727
URL: https://trac.parrot.org/parrot/changeset/37727

Log:
Try to bring into conformance with coding standards; errors cited by Coke in TT 496.

Modified:
   trunk/src/pmc/socket.pmc
   trunk/t/pmc/sockaddr.t   (props changed)

Modified: trunk/src/pmc/socket.pmc
==============================================================================
--- trunk/src/pmc/socket.pmc	Thu Mar 26 01:38:14 2009	(r37726)
+++ trunk/src/pmc/socket.pmc	Thu Mar 26 01:56:46 2009	(r37727)
@@ -134,10 +134,7 @@
 
 =over 4
 
-
-/*
-
-=item C<connect> 
+=item C<connect>
 
 Connects a socket object to an address.
 
@@ -159,7 +156,7 @@
 
 /*
 
-=item C<recv> 
+=item C<recv>
 
 Receives a message from a connected socket object. It returns
 the message in a string.


More information about the parrot-commits mailing list