Format with Uncrustify 0.67

This commit is contained in:
Markus Mäkelä
2018-09-10 13:30:23 +03:00
parent d11c78ad80
commit 108638b0cf
14 changed files with 74 additions and 74 deletions

View File

@ -169,7 +169,7 @@ typedef struct cache_storage_api
* created.
*/
CACHE_STORAGE* (*createInstance)(const char* name,
const CACHE_STORAGE_CONFIG * config,
const CACHE_STORAGE_CONFIG* config,
int argc, char* argv[]);
/**

View File

@ -161,7 +161,7 @@ static bool cache_rules_parse_json(CACHE_RULES* self, json_t* root);
typedef bool (* cache_rules_parse_element_t)(CACHE_RULES* self, json_t* object, size_t index);
static bool cache_rules_parse_array(CACHE_RULES* self, json_t* store, const char* name,
static bool cache_rules_parse_array(CACHE_RULES * self, json_t* store, const char* name,
cache_rules_parse_element_t);
static bool cache_rules_parse_store_element(CACHE_RULES* self, json_t* object, size_t index);
static bool cache_rules_parse_use_element(CACHE_RULES* self, json_t* object, size_t index);