[C] Formatted code

This commit is contained in:
seleznevae
2019-04-27 16:17:19 +03:00
parent 535641cddf
commit 9778f44f0f
3 changed files with 14 additions and 11 deletions

View File

@@ -806,7 +806,7 @@ int ft_add_separator(ft_table_t *table)
return FT_SUCCESS;
}
static const struct fort_border_style * built_in_styles[] = {
static const struct fort_border_style *built_in_styles[] = {
&FORT_BASIC_STYLE,
&FORT_BASIC2_STYLE,
&FORT_SIMPLE_STYLE,