Format with Uncrustify 0.67
This commit is contained in:
@ -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[]);
|
||||
|
||||
/**
|
||||
|
2
server/modules/filter/cache/rules.cc
vendored
2
server/modules/filter/cache/rules.cc
vendored
@ -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);
|
||||
|
Reference in New Issue
Block a user