aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_file_information.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_file_information.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_file_information.c')
-rw-r--r--src/fs/fs_file_information.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fs/fs_file_information.c b/src/fs/fs_file_information.c
index a67b22036..fadcfea05 100644
--- a/src/fs/fs_file_information.c
+++ b/src/fs/fs_file_information.c
@@ -227,7 +227,7 @@ GNUNET_FS_file_information_create_from_data (struct GNUNET_FS_Handle *h,
227 * @param h handle to the file sharing subsystem 227 * @param h handle to the file sharing subsystem
228 * @param client_info initial value for the client-info value for this entry 228 * @param client_info initial value for the client-info value for this entry
229 * @param length length of the file 229 * @param length length of the file
230 * @param reader function that can be used to obtain the data for the file 230 * @param reader function that can be used to obtain the data for the file
231 * @param reader_cls closure for "reader" 231 * @param reader_cls closure for "reader"
232 * @param keywords under which keywords should this file be available 232 * @param keywords under which keywords should this file be available
233 * directly; can be NULL 233 * directly; can be NULL
@@ -592,7 +592,7 @@ GNUNET_FS_file_information_create_empty_directory (struct GNUNET_FS_Handle *h,
592 * 592 *
593 * @param dir the directory 593 * @param dir the directory
594 * @param ent the entry to add; the entry must not have been 594 * @param ent the entry to add; the entry must not have been
595 * added to any other directory at this point and 595 * added to any other directory at this point and
596 * must not include "dir" in its structure 596 * must not include "dir" in its structure
597 * @return GNUNET_OK on success, GNUNET_SYSERR on error 597 * @return GNUNET_OK on success, GNUNET_SYSERR on error
598 */ 598 */