svn commit: r1927938 - apr/apr/trunk/uri
| Newsgroups | gmane.comp.apache.apr.cvs |
|---|---|
| Message-ID | <175576698039.3380387.12699775741687001084@svn02-us-east.apache.org> |
Author: rpluem
Date: Thu Aug 21 09:03:00 2025
New Revision: 1927938
Log:
* Whitespace fixes
Modified:
apr/apr/trunk/uri/apr_uri.c
Modified: apr/apr/trunk/uri/apr_uri.c
==============================================================================
--- apr/apr/trunk/uri/apr_uri.c Thu Aug 21 08:59:47 2025 (r1927937)
+++ apr/apr/trunk/uri/apr_uri.c Thu Aug 21 09:03:00 2025 (r1927938)
@@ -73,7 +73,8 @@ static schemes_t schemes[] =
/*
* *only* for IPv6 addresses with a zone identifier according to RFC6874
*/
-static apr_status_t detect_scope_zone_id(int * have_zone_id, char const * ipv6addr, size_t len)
+static apr_status_t detect_scope_zone_id(int *have_zone_id, char const *ipv6addr,
+ size_t len)
{
*have_zone_id = 0;
char *s;