From 3feb7ed8691a6cc48c0c06d3d0d734bc138d22ef Mon Sep 17 00:00:00 2001 From: Indu Prakash <6459774+iprak@users.noreply.github.com> Date: Mon, 7 Nov 2022 08:48:45 -0600 Subject: [PATCH] White space change to trigger rebuild 4258cd2afb57812049030e5c0fc7fa057b416270 seems to have addressed the build issue --- src/httpserver/new_http.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/httpserver/new_http.h b/src/httpserver/new_http.h index 5bd23b94f..21ecb2453 100644 --- a/src/httpserver/new_http.h +++ b/src/httpserver/new_http.h @@ -87,3 +87,4 @@ typedef int (*http_callback_fn)(http_request_t* request); int HTTP_RegisterCallback(const char* url, int method, http_callback_fn callback); #endif +