aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_download.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-11-05 22:19:43 +0000
committerChristian Grothoff <christian@grothoff.org>2013-11-05 22:19:43 +0000
commit632a0bd9d3f244f26c242ee200b0b3a31a7f68df (patch)
tree2e5821c0eb5acca0231d78e1316a06a9d80032f0 /src/fs/fs_download.c
parent3c6b67f3282836765bc837fefbc600f7dbe23465 (diff)
downloadgnunet-632a0bd9d3f244f26c242ee200b0b3a31a7f68df.tar.gz
gnunet-632a0bd9d3f244f26c242ee200b0b3a31a7f68df.zip
-stylistic fixes
Diffstat (limited to 'src/fs/fs_download.c')
-rw-r--r--src/fs/fs_download.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fs/fs_download.c b/src/fs/fs_download.c
index 070be0106..997d42e18 100644
--- a/src/fs/fs_download.c
+++ b/src/fs/fs_download.c
@@ -934,7 +934,7 @@ GNUNET_FS_free_download_request_ (struct DownloadRequest *dr)
934 * @param cls closure (our 'struct ProcessResultClosure') 934 * @param cls closure (our 'struct ProcessResultClosure')
935 * @param key query for the given value / request 935 * @param key query for the given value / request
936 * @param value value in the hash map (a 'struct DownloadRequest') 936 * @param value value in the hash map (a 'struct DownloadRequest')
937 * @return GNUNET_YES (we should continue to iterate); unless serious error 937 * @return #GNUNET_YES (we should continue to iterate); unless serious error
938 */ 938 */
939static int 939static int
940process_result_with_request (void *cls, const struct GNUNET_HashCode * key, 940process_result_with_request (void *cls, const struct GNUNET_HashCode * key,
@@ -1492,7 +1492,7 @@ activate_fs_download (void *cls, struct GNUNET_CLIENT_Connection *client)
1492/** 1492/**
1493 * We must stop to ask the FS service for our blocks. Pause the download. 1493 * We must stop to ask the FS service for our blocks. Pause the download.
1494 * 1494 *
1495 * @param cls the 'struct GNUNET_FS_DownloadContext' 1495 * @param cls the `struct GNUNET_FS_DownloadContext`
1496 */ 1496 */
1497static void 1497static void
1498deactivate_fs_download (void *cls) 1498deactivate_fs_download (void *cls)