From 7c633c259ebc4a863c5076462c5792ecb8b9f617 Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Mon, 15 Apr 2024 00:39:02 +0200 Subject: clang-format --- ot_http.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ot_http.h') diff --git a/ot_http.h b/ot_http.h index a63e3d3..fecb4eb 100644 --- a/ot_http.h +++ b/ot_http.h @@ -22,9 +22,9 @@ struct http_data { STRUCT_HTTP_FLAG flag; }; -ssize_t http_handle_request( const int64 s, struct ot_workstruct *ws ); -ssize_t http_sendiovecdata( const int64 s, struct ot_workstruct *ws, int iovec_entries, struct iovec *iovector, int is_partial ); -ssize_t http_issue_error( const int64 s, struct ot_workstruct *ws, int code ); +ssize_t http_handle_request(const int64 s, struct ot_workstruct *ws); +ssize_t http_sendiovecdata(const int64 s, struct ot_workstruct *ws, int iovec_entries, struct iovec *iovector, int is_partial); +ssize_t http_issue_error(const int64 s, struct ot_workstruct *ws, int code); extern char *g_stats_path; extern ssize_t g_stats_path_len; -- cgit v1.2.3