reformat with .clang-format

This commit is contained in:
rr- 2021-02-10 16:03:02 +01:00
parent 28df4be348
commit bc9246b1d4
No known key found for this signature in database
GPG key ID: CC65E6FD28CAE42A
13 changed files with 1263 additions and 1333 deletions

View file

@ -3,13 +3,9 @@
#include "json-parser/json.h"
json_value *tr1m_json_get_field(
json_value *root,
json_type field_type,
const char *name,
int *pIndex
);
json_value* tr1m_json_get_field(
json_value* root, json_type field_type, const char* name, int* pIndex);
int tr1m_json_get_boolean_value(json_value *root, const char *name);
int tr1m_json_get_boolean_value(json_value* root, const char* name);
#endif