summaryrefslogtreecommitdiff
path: root/poll
diff options
context:
space:
mode:
authorpquerna <pquerna@13f79535-47bb-0310-9956-ffa450edef68>2004-11-20 00:05:47 +0000
committerpquerna <pquerna@13f79535-47bb-0310-9956-ffa450edef68>2004-11-20 00:05:47 +0000
commitffef2cdb8c40de72f6eae0263c117eef0f8cbdbb (patch)
treee8490729fb0539289eb3282673bc986b97e85f79 /poll
parent8a4bd5896de28f4f5e0d690be86770d525d5653b (diff)
downloadlibapr-ffef2cdb8c40de72f6eae0263c117eef0f8cbdbb.tar.gz
* poll/unix/poll.c: Remove trailing more whitespace and fix 'apr_poll' to layout the args correctly. Style Only. No Functional Changes.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@105902 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poll')
-rw-r--r--poll/unix/poll.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/poll/unix/poll.c b/poll/unix/poll.c
index 64a948cd5..42ecb480d 100644
--- a/poll/unix/poll.c
+++ b/poll/unix/poll.c
@@ -140,12 +140,13 @@ static apr_int16_t get_revent(apr_int16_t event)
rv |= APR_POLLNVAL;
return rv;
-}
+}
#define SMALL_POLLSET_LIMIT 8
APR_DECLARE(apr_status_t) apr_poll(apr_pollfd_t *aprset, apr_int32_t num,
- apr_int32_t *nsds, apr_interval_time_t timeout)
+ apr_int32_t *nsds,
+ apr_interval_time_t timeout)
{
int i, num_to_poll;
#ifdef HAVE_VLA