diff --git a/lib/roken/rtbl.h b/lib/roken/rtbl.h index 20500893c..3ac34c443 100644 --- a/lib/roken/rtbl.h +++ b/lib/roken/rtbl.h @@ -60,7 +60,7 @@ int rtbl_format (rtbl_t, FILE*); unsigned int rtbl_get_flags (rtbl_t); -int rtbl_new_row (rtbl_t); int rtbl_new_row(rtbl_t); +int rtbl_new_row (rtbl_t); int rtbl_set_column_affix_by_id (rtbl_t, unsigned int, const char*, const char*);