summaryrefslogtreecommitdiff
path: root/lib/printf/printf-pos.c
diff options
context:
space:
mode:
authorRenato Westphal <renato@opensourcerouting.org>2019-09-30 22:53:56 -0300
committerGitHub <noreply@github.com>2019-09-30 22:53:56 -0300
commit698603ce6d7e04af945b28141b7c77adb70c4caf (patch)
tree398f7d6a7b1ee76bdab6e953d987a6c95d50fc38 /lib/printf/printf-pos.c
parent44cde8a39faac62c488368a9c352f9a40c8ea812 (diff)
parentc258527bd2475234a67b8335b622ad57eec0bc7e (diff)
Merge pull request #5085 from qlyoung/strip-trailing-whitespace-2019
*: strip trailing whitespace
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)
{