changeset 766:6c06cf786789

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 10 Feb 2023 02:10:49 +0200
parents c9a6fe116453
children 449a031c297c
files th_string.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/th_string.h	Fri Feb 10 01:03:22 2023 +0200
+++ b/th_string.h	Fri Feb 10 02:10:49 2023 +0200
@@ -186,11 +186,11 @@
 int         th_vprintf_put_str(th_vprintf_ctx *ctx, th_vprintf_putch vputch,
             const th_char_t *str, int f_flags, const int f_width, const int f_prec);
 
-int 	    th_vprintf_put_int(th_vprintf_ctx *ctx, th_vprintf_putch vputch,
+int         th_vprintf_put_int(th_vprintf_ctx *ctx, th_vprintf_putch vputch,
             va_list ap, const int f_radix, int f_flags, int f_width, int f_prec,
             const bool f_unsig, th_vprintf_altfmt_func f_alt);
 
-int	    th_vprintf_put_int_format(th_vprintf_ctx *ctx, th_vprintf_putch vputch,
+int         th_vprintf_put_int_format(th_vprintf_ctx *ctx, th_vprintf_putch vputch,
             th_char_t *buf, int f_flags, int f_width, int f_prec, int f_len, int vret,
             bool f_neg, bool f_unsig, th_vprintf_altfmt_func f_alt);