summaryrefslogtreecommitdiff
path: root/lib/printf/printf-pos.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/printf/printf-pos.c')
-rw-r--r--lib/printf/printf-pos.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/printf/printf-pos.c b/lib/printf/printf-pos.c
index 1f5f283e82..45e4f86229 100644
--- a/lib/printf/printf-pos.c
+++ b/lib/printf/printf-pos.c
@@ -98,7 +98,7 @@ inittypes(struct typetable *types)
types->table = types->stattable;
types->tablesize = STATIC_ARG_TBL_SIZE;
- types->tablemax = 0;
+ types->tablemax = 0;
types->nextarg = 1;
for (n = 0; n < STATIC_ARG_TBL_SIZE; n++)
types->table[n] = T_UNUSED;
@@ -106,7 +106,7 @@ inittypes(struct typetable *types)
/*
* struct typetable destructor.
- */
+ */
static inline void
freetypes(struct typetable *types)
{
@@ -255,7 +255,7 @@ addwaster(struct typetable *types, wchar_t **fmtp)
* initial argument table should be an array of STATIC_ARG_TBL_SIZE entries.
* It will be replaces with a malloc-ed one if it overflows.
* Returns 0 on success. On failure, returns nonzero and sets errno.
- */
+ */
int
_frr_find_arguments (const char *fmt0, va_list ap, union arg **argtable)
{