aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_unindex.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_unindex.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_unindex.c')
-rw-r--r--src/fs/fs_unindex.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fs/fs_unindex.c b/src/fs/fs_unindex.c
index a992c5ff6..a37a39a78 100644
--- a/src/fs/fs_unindex.c
+++ b/src/fs/fs_unindex.c
@@ -68,7 +68,7 @@ unindex_reader (void *cls, uint64_t offset, size_t max, void *buf, char **emsg)
68 68
69 69
70/** 70/**
71 * Fill in all of the generic fields for 71 * Fill in all of the generic fields for
72 * an unindex event and call the callback. 72 * an unindex event and call the callback.
73 * 73 *
74 * @param pi structure to fill in 74 * @param pi structure to fill in
@@ -443,7 +443,7 @@ GNUNET_FS_unindex_signal_suspend_ (void *cls)
443 * @param h handle to the file sharing subsystem 443 * @param h handle to the file sharing subsystem
444 * @param filename file to unindex 444 * @param filename file to unindex
445 * @param cctx initial value for the client context 445 * @param cctx initial value for the client context
446 * @return NULL on error, otherwise handle 446 * @return NULL on error, otherwise handle
447 */ 447 */
448struct GNUNET_FS_UnindexContext * 448struct GNUNET_FS_UnindexContext *
449GNUNET_FS_unindex_start (struct GNUNET_FS_Handle *h, const char *filename, 449GNUNET_FS_unindex_start (struct GNUNET_FS_Handle *h, const char *filename,