You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mt...@apache.org on 2011/06/25 09:30:54 UTC

svn commit: r1139500 - /commons/sandbox/runtime/trunk/src/main/native/os/unix/poll.c

Author: mturk
Date: Sat Jun 25 07:30:53 2011
New Revision: 1139500

URL: http://svn.apache.org/viewvc?rev=1139500&view=rev
Log:
Fix line ends

Modified:
    commons/sandbox/runtime/trunk/src/main/native/os/unix/poll.c

Modified: commons/sandbox/runtime/trunk/src/main/native/os/unix/poll.c
URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/native/os/unix/poll.c?rev=1139500&r1=1139499&r2=1139500&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/src/main/native/os/unix/poll.c (original)
+++ commons/sandbox/runtime/trunk/src/main/native/os/unix/poll.c Sat Jun 25 07:30:53 2011
@@ -159,4 +159,3 @@ ACR_NET_EXPORT(jshort, Poll, wait1)(JNI_
         ACR_THROW_NET_ERRNO();
     return reventt(pfd.revents);
 }
-                              
\ No newline at end of file