aboutsummaryrefslogtreecommitdiff
path: root/src/datacache
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/datacache
parent01b480d6d026e0c537dc284a7e7df2c0320a3528 (diff)
downloadgnunet-7e3cf5f461eb4fbb7581672bf0835da07c378136.tar.gz
gnunet-7e3cf5f461eb4fbb7581672bf0835da07c378136.zip
tighten formatting rules
Diffstat (limited to 'src/datacache')
-rw-r--r--src/datacache/perf_datacache.c1
-rw-r--r--src/datacache/plugin_datacache_heap.c2
-rw-r--r--src/datacache/plugin_datacache_postgres.c1
-rw-r--r--src/datacache/plugin_datacache_template.c1
-rw-r--r--src/datacache/test_datacache.c1
-rw-r--r--src/datacache/test_datacache_quota.c1
6 files changed, 3 insertions, 4 deletions
diff --git a/src/datacache/perf_datacache.c b/src/datacache/perf_datacache.c
index 1656ac91c..ce3b4c25d 100644
--- a/src/datacache/perf_datacache.c
+++ b/src/datacache/perf_datacache.c
@@ -164,4 +164,5 @@ main (int argc, char *argv[])
164 return ok; 164 return ok;
165} 165}
166 166
167
167/* end of perf_datacache.c */ 168/* end of perf_datacache.c */
diff --git a/src/datacache/plugin_datacache_heap.c b/src/datacache/plugin_datacache_heap.c
index f176e3568..dbc9cac9c 100644
--- a/src/datacache/plugin_datacache_heap.c
+++ b/src/datacache/plugin_datacache_heap.c
@@ -294,7 +294,6 @@ struct GetContext
294}; 294};
295 295
296 296
297
298/** 297/**
299 * Function called during GET to find matching blocks. 298 * Function called during GET to find matching blocks.
300 * Only matches by type. 299 * Only matches by type.
@@ -590,5 +589,4 @@ libgnunet_plugin_datacache_heap_done (void *cls)
590} 589}
591 590
592 591
593
594/* end of plugin_datacache_heap.c */ 592/* end of plugin_datacache_heap.c */
diff --git a/src/datacache/plugin_datacache_postgres.c b/src/datacache/plugin_datacache_postgres.c
index c532550ae..09049fde2 100644
--- a/src/datacache/plugin_datacache_postgres.c
+++ b/src/datacache/plugin_datacache_postgres.c
@@ -702,5 +702,4 @@ libgnunet_plugin_datacache_postgres_done (void *cls)
702} 702}
703 703
704 704
705
706/* end of plugin_datacache_postgres.c */ 705/* end of plugin_datacache_postgres.c */
diff --git a/src/datacache/plugin_datacache_template.c b/src/datacache/plugin_datacache_template.c
index edb3b6757..329bfd9a4 100644
--- a/src/datacache/plugin_datacache_template.c
+++ b/src/datacache/plugin_datacache_template.c
@@ -126,7 +126,6 @@ template_plugin_get_random (void *cls,
126} 126}
127 127
128 128
129
130/** 129/**
131 * Iterate over the results that are "close" to a particular key in 130 * Iterate over the results that are "close" to a particular key in
132 * the datacache. "close" is defined as numerically larger than @a 131 * the datacache. "close" is defined as numerically larger than @a
diff --git a/src/datacache/test_datacache.c b/src/datacache/test_datacache.c
index 58a03914b..6f6e4eec1 100644
--- a/src/datacache/test_datacache.c
+++ b/src/datacache/test_datacache.c
@@ -191,4 +191,5 @@ main (int argc, char *argv[])
191 return ok; 191 return ok;
192} 192}
193 193
194
194/* end of test_datacache.c */ 195/* end of test_datacache.c */
diff --git a/src/datacache/test_datacache_quota.c b/src/datacache/test_datacache_quota.c
index 26a23d632..92807fbe2 100644
--- a/src/datacache/test_datacache_quota.c
+++ b/src/datacache/test_datacache_quota.c
@@ -160,4 +160,5 @@ main (int argc,
160 return ok; 160 return ok;
161} 161}
162 162
163
163/* end of test_datacache_quota.c */ 164/* end of test_datacache_quota.c */