summaryrefslogtreecommitdiff
path: root/include/apr_ring.h
diff options
context:
space:
mode:
authorIvan Zhakov <ivan@apache.org>2022-11-19 16:12:13 +0000
committerIvan Zhakov <ivan@apache.org>2022-11-19 16:12:13 +0000
commitddf6aa4327df4eee8b481a222c2635ba000471c3 (patch)
tree0061d19699468e5d7a642b0e3a3ef9d685f88d12 /include/apr_ring.h
parent8f3d73a1f9e996148291f1adb9889d5cc882a1c1 (diff)
downloadapr-ddf6aa4327df4eee8b481a222c2635ba000471c3.tar.gz
Remove trailing whitespaces.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1905407 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_ring.h')
-rw-r--r--include/apr_ring.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/apr_ring.h b/include/apr_ring.h
index f45e80199..1cad0a3d6 100644
--- a/include/apr_ring.h
+++ b/include/apr_ring.h
@@ -39,7 +39,7 @@
/**
* @defgroup apr_ring Ring Macro Implementations
- * @ingroup APR
+ * @ingroup APR
* A ring is a kind of doubly-linked list that can be manipulated
* without knowing where its head is.
* @{
@@ -512,6 +512,6 @@
#define APR_RING_CHECK_ELEM_CONSISTENCY(ep, elem, link)
#endif
-/** @} */
+/** @} */
#endif /* !APR_RING_H */