[F] Fixed code style issues

This commit is contained in:
seleznevae
2018-05-06 17:04:34 +03:00
parent 9daee298b0
commit e870d1dc2c
10 changed files with 172 additions and 149 deletions

View File

@@ -34,8 +34,7 @@ void test_table_cell_options(void);
void test_table_tbl_options(void);
void test_memory_errors(void);
struct test_case
{
struct test_case {
char name [128];
void (*test)(void);
};