aboutsummaryrefslogtreecommitdiff
path: root/src/revocation
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/revocation
parent01b480d6d026e0c537dc284a7e7df2c0320a3528 (diff)
downloadgnunet-7e3cf5f461eb4fbb7581672bf0835da07c378136.tar.gz
gnunet-7e3cf5f461eb4fbb7581672bf0835da07c378136.zip
tighten formatting rules
Diffstat (limited to 'src/revocation')
-rw-r--r--src/revocation/gnunet-revocation.c1
-rw-r--r--src/revocation/gnunet-service-revocation.c1
-rw-r--r--src/revocation/plugin_block_revocation.c1
-rw-r--r--src/revocation/revocation.h1
-rw-r--r--src/revocation/test_revocation.c1
5 files changed, 4 insertions, 1 deletions
diff --git a/src/revocation/gnunet-revocation.c b/src/revocation/gnunet-revocation.c
index 652c1e62d..f5aa2d17e 100644
--- a/src/revocation/gnunet-revocation.c
+++ b/src/revocation/gnunet-revocation.c
@@ -531,4 +531,5 @@ main (int argc, char *const *argv)
531 return ret; 531 return ret;
532} 532}
533 533
534
534/* end of gnunet-revocation.c */ 535/* end of gnunet-revocation.c */
diff --git a/src/revocation/gnunet-service-revocation.c b/src/revocation/gnunet-service-revocation.c
index 8be2d3926..456b3834a 100644
--- a/src/revocation/gnunet-service-revocation.c
+++ b/src/revocation/gnunet-service-revocation.c
@@ -960,6 +960,7 @@ GNUNET_REVOCATION_memory_init ()
960 malloc_trim (0); 960 malloc_trim (0);
961} 961}
962 962
963
963#endif 964#endif
964 965
965 966
diff --git a/src/revocation/plugin_block_revocation.c b/src/revocation/plugin_block_revocation.c
index 124524209..3d0b55a0d 100644
--- a/src/revocation/plugin_block_revocation.c
+++ b/src/revocation/plugin_block_revocation.c
@@ -252,4 +252,5 @@ libgnunet_plugin_block_revocation_done (void *cls)
252 return NULL; 252 return NULL;
253} 253}
254 254
255
255/* end of plugin_block_revocation.c */ 256/* end of plugin_block_revocation.c */
diff --git a/src/revocation/revocation.h b/src/revocation/revocation.h
index 60cc05457..b6e7a07ec 100644
--- a/src/revocation/revocation.h
+++ b/src/revocation/revocation.h
@@ -132,5 +132,4 @@ struct RevocationResponseMessage
132GNUNET_NETWORK_STRUCT_END 132GNUNET_NETWORK_STRUCT_END
133 133
134 134
135
136#endif 135#endif
diff --git a/src/revocation/test_revocation.c b/src/revocation/test_revocation.c
index 44d6c6ec8..012bac09e 100644
--- a/src/revocation/test_revocation.c
+++ b/src/revocation/test_revocation.c
@@ -406,4 +406,5 @@ main (int argc, char *argv[])
406 return ok; 406 return ok;
407} 407}
408 408
409
409/* end of test_revocation.c */ 410/* end of test_revocation.c */