Formatting.

This commit is contained in:
Håvard Pettersson 2014-11-20 11:22:15 +01:00
parent e11d82b25c
commit f1ee1baebd

View File

@ -57,7 +57,7 @@ struct t_twc_list *twc_sqlite_statements = NULL;
if (rc != SQLITE_OK) \ if (rc != SQLITE_OK) \
statement = NULL; \ statement = NULL; \
else \ else \
twc_list_item_new_data_add(twc_sqlite_statements, statement); \ twc_list_item_new_data_add(twc_sqlite_statements, statement); \
} \ } \
else \ else \
{ \ { \