aboutsummaryrefslogtreecommitdiff
path: root/src/util/container_meta_data.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/util/container_meta_data.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/util/container_meta_data.c')
-rw-r--r--src/util/container_meta_data.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/util/container_meta_data.c b/src/util/container_meta_data.c
index eb515e8fb..16173cca9 100644
--- a/src/util/container_meta_data.c
+++ b/src/util/container_meta_data.c
@@ -105,7 +105,7 @@ struct GNUNET_CONTAINER_MetaData
105 105
106/** 106/**
107 * Create a fresh struct CONTAINER_MetaData token. 107 * Create a fresh struct CONTAINER_MetaData token.
108 * 108 *
109 * @return empty meta-data container 109 * @return empty meta-data container
110 */ 110 */
111struct GNUNET_CONTAINER_MetaData * 111struct GNUNET_CONTAINER_MetaData *
@@ -251,7 +251,7 @@ GNUNET_CONTAINER_meta_data_test_equal (const struct GNUNET_CONTAINER_MetaData
251 * used in the main libextractor library and yielding 251 * used in the main libextractor library and yielding
252 * meta data). 252 * meta data).
253 * @param type libextractor-type describing the meta data 253 * @param type libextractor-type describing the meta data
254 * @param format basic format information about data 254 * @param format basic format information about data
255 * @param data_mime_type mime-type of data (not of the original file); 255 * @param data_mime_type mime-type of data (not of the original file);
256 * can be NULL (if mime-type is not known) 256 * can be NULL (if mime-type is not known)
257 * @param data actual meta-data found 257 * @param data actual meta-data found
@@ -339,7 +339,7 @@ GNUNET_CONTAINER_meta_data_insert (struct GNUNET_CONTAINER_MetaData *md,
339 * used in the main libextractor library and yielding 339 * used in the main libextractor library and yielding
340 * meta data). 340 * meta data).
341 * @param type libextractor-type describing the meta data 341 * @param type libextractor-type describing the meta data
342 * @param format basic format information about data 342 * @param format basic format information about data
343 * @param data_mime_type mime-type of data (not of the original file); 343 * @param data_mime_type mime-type of data (not of the original file);
344 * can be NULL (if mime-type is not known) 344 * can be NULL (if mime-type is not known)
345 * @param data actual meta-data found 345 * @param data actual meta-data found
@@ -587,7 +587,7 @@ GNUNET_CONTAINER_meta_data_get_thumbnail (const struct GNUNET_CONTAINER_MetaData
587 587
588/** 588/**
589 * Duplicate struct GNUNET_CONTAINER_MetaData. 589 * Duplicate struct GNUNET_CONTAINER_MetaData.
590 * 590 *
591 * @param md what to duplicate 591 * @param md what to duplicate
592 * @return duplicate meta-data container 592 * @return duplicate meta-data container
593 */ 593 */