aboutsummaryrefslogtreecommitdiff
path: root/src/json.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/json.h')
-rw-r--r--src/json.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/json.h b/src/json.h
index b5fa9d3..f31496c 100644
--- a/src/json.h
+++ b/src/json.h
@@ -54,14 +54,13 @@ struct json_value {
struct json_pair {
struct json_pair *next;
char *k;
struct json_value *v;
};
-struct json_format
-{
+struct json_format {
size_t indent;
int precision;
void (*write) (void *, char const *, size_t);
void *data;
};

Return to:

Send suggestions and report system problems to the System administrator.