aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs.c
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/fs/gnunet-service-fs.c
parent01b480d6d026e0c537dc284a7e7df2c0320a3528 (diff)
downloadgnunet-7e3cf5f461eb4fbb7581672bf0835da07c378136.tar.gz
gnunet-7e3cf5f461eb4fbb7581672bf0835da07c378136.zip
tighten formatting rules
Diffstat (limited to 'src/fs/gnunet-service-fs.c')
-rw-r--r--src/fs/gnunet-service-fs.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/fs/gnunet-service-fs.c b/src/fs/gnunet-service-fs.c
index 40b3f6c1d..29e6de9d5 100644
--- a/src/fs/gnunet-service-fs.c
+++ b/src/fs/gnunet-service-fs.c
@@ -68,7 +68,6 @@
68#define INSANE_STATISTICS GNUNET_NO 68#define INSANE_STATISTICS GNUNET_NO
69 69
70 70
71
72/** 71/**
73 * Doubly-linked list of requests we are performing 72 * Doubly-linked list of requests we are performing
74 * on behalf of the same client. 73 * on behalf of the same client.
@@ -504,9 +503,6 @@ client_disconnect_cb (void *cls,
504} 503}
505 504
506 505
507
508
509
510/** 506/**
511 * Task that periodically ages our cover traffic statistics. 507 * Task that periodically ages our cover traffic statistics.
512 * 508 *