libmicrohttpd2

HTTP server C library (MHD 2.x, alpha)
Log | Files | Refs | README | LICENSE

commit 4e86edb5765c955182f18a2d72b26d91d1c866ba
parent 7fae1d658a0ddb6a2ce3e5a5245291524bae9610
Author: Evgeny Grin <k2k@drgrin.dev>
Date:   Sat,  3 May 2025 14:22:35 +0300

response_auth_digest.c: fixed code style

Diffstat:
Msrc/mhd2/response_auth_digest.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mhd2/response_auth_digest.c b/src/mhd2/response_auth_digest.c @@ -166,7 +166,7 @@ response_add_auth_digest_challenge_alg ( #endif else { - mhd_UNREACHABLE(); + mhd_UNREACHABLE (); algo_str = empty_str; /* Mute compiler warning */ }