[C] Changed default style
This commit is contained in:
15
src/fort.c
15
src/fort.c
@@ -163,22 +163,21 @@ static fort_table_options_t g_table_options = {
|
||||
|
||||
/* border_chars */
|
||||
{
|
||||
'=', '=', '=', '=',
|
||||
'+', '-', '+', '+',
|
||||
'|', '|', '|',
|
||||
'=', '=', '=', '=',
|
||||
'=', '=', '=', '='
|
||||
'+', '-', '+', '+',
|
||||
'+', '-', '+', '+'
|
||||
},
|
||||
|
||||
/* header_border_chars */
|
||||
{
|
||||
'=', '=', '=', '=',
|
||||
'|', '|', '|',
|
||||
'=', '=', '=', '=',
|
||||
'=', '=', '=', '='
|
||||
'+', '-', '+', '+',
|
||||
'|', '|', '|',
|
||||
'+', '-', '+', '+',
|
||||
'+', '-', '+', '+'
|
||||
},
|
||||
|
||||
NULL, /* col_options */
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user