summaryrefslogtreecommitdiff
path: root/lib/termtable.h
diff options
context:
space:
mode:
authorwhitespace / reindent <invalid@invalid.invalid>2017-07-17 14:03:14 +0200
committerwhitespace / reindent <invalid@invalid.invalid>2017-07-17 14:04:07 +0200
commitd62a17aedeb0eebdba98238874bb13d62c48dbf9 (patch)
tree3b319b1d61c8b85b4d1f06adf8b844bb8a9b5107 /lib/termtable.h
parent888ac268a0077fc9ebd1218cec6ae472af0bfc40 (diff)
indent.py `git ls-files | pcregrep '\.[ch]$' | pcregrep -v '^(ldpd|babeld|nhrpd)/'` Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'lib/termtable.h')
-rw-r--r--lib/termtable.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/termtable.h b/lib/termtable.h
index 9ecb41659e..ca5cc1df9f 100644
--- a/lib/termtable.h
+++ b/lib/termtable.h
@@ -134,7 +134,7 @@ void ttable_cell_del(struct ttable_cell *cell);
*/
struct ttable_cell *ttable_insert_row(struct ttable *tt, unsigned int row,
const char *format, ...)
- PRINTF_ATTRIBUTE(3, 4);
+ PRINTF_ATTRIBUTE(3, 4);
/**
* Inserts a new row at the end of the table.
*
@@ -160,7 +160,7 @@ struct ttable_cell *ttable_insert_row(struct ttable *tt, unsigned int row,
* columns were specified
*/
struct ttable_cell *ttable_add_row(struct ttable *tt, const char *format, ...)
- PRINTF_ATTRIBUTE(2, 3);
+ PRINTF_ATTRIBUTE(2, 3);
/**
* Removes a row from the table.