aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_directory.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_directory.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_directory.c')
-rw-r--r--src/fs/fs_directory.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/fs/fs_directory.c b/src/fs/fs_directory.c
index 61ed1586f..f43fe14a7 100644
--- a/src/fs/fs_directory.c
+++ b/src/fs/fs_directory.c
@@ -72,7 +72,7 @@ GNUNET_FS_meta_data_test_for_directory (const struct GNUNET_CONTAINER_MetaData
72/** 72/**
73 * Set the MIMETYPE information for the given 73 * Set the MIMETYPE information for the given
74 * metadata to "application/gnunet-directory". 74 * metadata to "application/gnunet-directory".
75 * 75 *
76 * @param md metadata to add mimetype to 76 * @param md metadata to add mimetype to
77 */ 77 */
78void 78void
@@ -124,7 +124,7 @@ struct GetFullDataClosure
124 * used in the main libextractor library and yielding 124 * used in the main libextractor library and yielding
125 * meta data). 125 * meta data).
126 * @param type libextractor-type describing the meta data 126 * @param type libextractor-type describing the meta data
127 * @param format basic format information about data 127 * @param format basic format information about data
128 * @param data_mime_type mime-type of data (not of the original file); 128 * @param data_mime_type mime-type of data (not of the original file);
129 * can be NULL (if mime-type is not known) 129 * can be NULL (if mime-type is not known)
130 * @param data actual meta-data found 130 * @param data actual meta-data found
@@ -341,7 +341,7 @@ struct GNUNET_FS_DirectoryBuilder
341 341
342/** 342/**
343 * Create a directory builder. 343 * Create a directory builder.
344 * 344 *
345 * @param mdir metadata for the directory 345 * @param mdir metadata for the directory
346 */ 346 */
347struct GNUNET_FS_DirectoryBuilder * 347struct GNUNET_FS_DirectoryBuilder *
@@ -362,7 +362,7 @@ GNUNET_FS_directory_builder_create (const struct GNUNET_CONTAINER_MetaData
362 362
363/** 363/**
364 * Add an entry to a directory. 364 * Add an entry to a directory.
365 * 365 *
366 * @param bld directory to extend 366 * @param bld directory to extend
367 * @param uri uri of the entry (must not be a KSK) 367 * @param uri uri of the entry (must not be a KSK)
368 * @param md metadata of the entry 368 * @param md metadata of the entry