aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_search.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-29 10:19:43 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-29 10:19:43 +0000
commitcddbdf5b928c68ab71b40c950b9f01ea68a9fbdb (patch)
treeb704e00a3af618b2cd174a7f89514eaebd82a1cf /src/fs/fs_search.c
parentbb4fc4f4007988874f910d4de5492f9629301641 (diff)
downloadgnunet-cddbdf5b928c68ab71b40c950b9f01ea68a9fbdb.tar.gz
gnunet-cddbdf5b928c68ab71b40c950b9f01ea68a9fbdb.zip
run indent twice, it alternates between two 'canonical' forms, also run whitespace remover
Diffstat (limited to 'src/fs/fs_search.c')
-rw-r--r--src/fs/fs_search.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/fs/fs_search.c b/src/fs/fs_search.c
index 0c47eb173..10cce3f1f 100644
--- a/src/fs/fs_search.c
+++ b/src/fs/fs_search.c
@@ -62,7 +62,7 @@ GNUNET_FS_search_make_status_ (struct GNUNET_FS_ProgressInfo *pi,
62/** 62/**
63 * Check if the given result is identical 63 * Check if the given result is identical
64 * to the given URI. 64 * to the given URI.
65 * 65 *
66 * @param cls points to the URI we check against 66 * @param cls points to the URI we check against
67 * @param key not used 67 * @param key not used
68 * @param value a "struct GNUNET_FS_SearchResult" who's URI we 68 * @param value a "struct GNUNET_FS_SearchResult" who's URI we
@@ -85,7 +85,7 @@ test_result_present (void *cls, const GNUNET_HashCode * key, void *value)
85/** 85/**
86 * We've found a new CHK result. Let the client 86 * We've found a new CHK result. Let the client
87 * know about it. 87 * know about it.
88 * 88 *
89 * @param sc the search context 89 * @param sc the search context
90 * @param sr the specific result 90 * @param sr the specific result
91 */ 91 */
@@ -107,7 +107,7 @@ notify_client_chk_result (struct GNUNET_FS_SearchContext *sc,
107/** 107/**
108 * We've found new information about an existing CHK result. Let the 108 * We've found new information about an existing CHK result. Let the
109 * client know about it. 109 * client know about it.
110 * 110 *
111 * @param sc the search context 111 * @param sc the search context
112 * @param sr the specific result 112 * @param sr the specific result
113 */ 113 */
@@ -151,7 +151,7 @@ struct GetResultContext
151/** 151/**
152 * Check if the given result is identical to the given URI and if so 152 * Check if the given result is identical to the given URI and if so
153 * return it. 153 * return it.
154 * 154 *
155 * @param cls a "struct GetResultContext" 155 * @param cls a "struct GetResultContext"
156 * @param key not used 156 * @param key not used
157 * @param value a "struct GNUNET_FS_SearchResult" who's URI we 157 * @param value a "struct GNUNET_FS_SearchResult" who's URI we
@@ -1379,7 +1379,7 @@ GNUNET_FS_search_start (struct GNUNET_FS_Handle *h,
1379 1379
1380 1380
1381/** 1381/**
1382 * Pause search. 1382 * Pause search.
1383 * 1383 *
1384 * @param sc context for the search that should be paused 1384 * @param sc context for the search that should be paused
1385 */ 1385 */