aboutsummaryrefslogtreecommitdiff
path: root/src/json
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-10-31 13:03:48 +0100
committerChristian Grothoff <christian@grothoff.org>2019-10-31 13:03:48 +0100
commit7e3cf5f461eb4fbb7581672bf0835da07c378136 (patch)
treebdc3874b7894242b095b892f1ed3e81a4d4f06c0 /src/json
parent01b480d6d026e0c537dc284a7e7df2c0320a3528 (diff)
downloadgnunet-7e3cf5f461eb4fbb7581672bf0835da07c378136.tar.gz
gnunet-7e3cf5f461eb4fbb7581672bf0835da07c378136.zip
tighten formatting rules
Diffstat (limited to 'src/json')
-rw-r--r--src/json/json_generator.c1
-rw-r--r--src/json/json_mhd.c1
-rw-r--r--src/json/test_json.c1
-rw-r--r--src/json/test_json_mhd.c1
4 files changed, 4 insertions, 0 deletions
diff --git a/src/json/json_generator.c b/src/json/json_generator.c
index 72ee05dfc..6373d65d8 100644
--- a/src/json/json_generator.c
+++ b/src/json/json_generator.c
@@ -161,6 +161,7 @@ GNUNET_JSON_from_rsa_signature (const struct GNUNET_CRYPTO_RsaSignature *sig)
161 return ret; 161 return ret;
162} 162}
163 163
164
164/** 165/**
165 * Convert GNS record to JSON. 166 * Convert GNS record to JSON.
166 * 167 *
diff --git a/src/json/json_mhd.c b/src/json/json_mhd.c
index 602a15b7a..dac4a5f2d 100644
--- a/src/json/json_mhd.c
+++ b/src/json/json_mhd.c
@@ -364,4 +364,5 @@ GNUNET_JSON_post_parser_cleanup (void *con_cls)
364 } 364 }
365} 365}
366 366
367
367/* end of mhd_json.c */ 368/* end of mhd_json.c */
diff --git a/src/json/test_json.c b/src/json/test_json.c
index f77d9add9..4485a37a4 100644
--- a/src/json/test_json.c
+++ b/src/json/test_json.c
@@ -225,4 +225,5 @@ main (int argc, const char *const argv[])
225 return 0; 225 return 0;
226} 226}
227 227
228
228/* end of test_json.c */ 229/* end of test_json.c */
diff --git a/src/json/test_json_mhd.c b/src/json/test_json_mhd.c
index 6af1edd86..5ab1b63ca 100644
--- a/src/json/test_json_mhd.c
+++ b/src/json/test_json_mhd.c
@@ -188,4 +188,5 @@ main (int argc, const char *const argv[])
188 return global_ret; 188 return global_ret;
189} 189}
190 190
191
191/* end of test_json_mhd.c */ 192/* end of test_json_mhd.c */