From a4bb2d7d63f350b7a608f4e45458e64b5a9d48c7 Mon Sep 17 00:00:00 2001 From: git Date: Mon, 12 Jun 2023 09:24:00 +0000 Subject: [PATCH] * expand tabs. [ci skip] Please consider using misc/expand_tabs.rb as a pre-commit hook. --- parser_st.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parser_st.h b/parser_st.h index f22b5def4f..ee603fbceb 100644 --- a/parser_st.h +++ b/parser_st.h @@ -68,7 +68,7 @@ struct parser_st_hash_type { }; typedef struct st_functions { - void *(*nonempty_memcpy)(void *dest, const void *src, size_t t, size_t n); + void *(*nonempty_memcpy)(void *dest, const void *src, size_t t, size_t n); } st_functions_t; #define ST_INDEX_BITS (SIZEOF_ST_INDEX_T * CHAR_BIT)