From f7029f63c89ffc20d001f6704503e706b866f854 Mon Sep 17 00:00:00 2001 From: Sebastian Reimers Date: Thu, 10 Aug 2023 14:03:23 +0200 Subject: [PATCH] remove newline --- include/re_fmt.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/re_fmt.h b/include/re_fmt.h index 0ba41a263..13d0783ba 100644 --- a/include/re_fmt.h +++ b/include/re_fmt.h @@ -201,4 +201,3 @@ void fmt_param_apply(const struct pl *pl, fmt_param_h *ph, void *arg); int utf8_encode(struct re_printf *pf, const char *str); int utf8_decode(struct re_printf *pf, const struct pl *pl); size_t utf8_byteseq(char u[4], unsigned cp); -