summaryrefslogtreecommitdiff
path: root/poll
diff options
context:
space:
mode:
authorIvan Zhakov <ivan@apache.org>2022-11-19 08:29:13 +0000
committerIvan Zhakov <ivan@apache.org>2022-11-19 08:29:13 +0000
commitdfc3cdc23f4d4f8deedc77b93b34352075d1ea1c (patch)
tree0ec32b9abd28da28b5c0e91b5006c4950b9d8bbf /poll
parented69b2be1f784ac15a2798bc4a36a3bd82b8b7c8 (diff)
downloadapr-dfc3cdc23f4d4f8deedc77b93b34352075d1ea1c.tar.gz
* poll/unix/wakeup.c: Add final newline.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1905392 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poll')
-rw-r--r--poll/unix/wakeup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/poll/unix/wakeup.c b/poll/unix/wakeup.c
index bb0356444..6960a7171 100644
--- a/poll/unix/wakeup.c
+++ b/poll/unix/wakeup.c
@@ -155,4 +155,4 @@ void apr_poll_drain_wakeup_socket(volatile apr_uint32_t *wakeup_set, apr_socket_
(void)apr_socket_recv(wakeup_socket[0], &ch, &len);
apr_atomic_set32(wakeup_set, 0);
}
-#endif \ No newline at end of file
+#endif