diff options
author | Christian Grothoff <christian@grothoff.org> | 2011-08-29 10:19:43 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2011-08-29 10:19:43 +0000 |
commit | cddbdf5b928c68ab71b40c950b9f01ea68a9fbdb (patch) | |
tree | b704e00a3af618b2cd174a7f89514eaebd82a1cf /src/util/container_meta_data.c | |
parent | bb4fc4f4007988874f910d4de5492f9629301641 (diff) |
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.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/util/container_meta_data.c b/src/util/container_meta_data.c index eb515e8fb5..16173cca95 100644 --- a/src/util/container_meta_data.c +++ b/src/util/container_meta_data.c @@ -105,7 +105,7 @@ struct GNUNET_CONTAINER_MetaData /** * Create a fresh struct CONTAINER_MetaData token. - * + * * @return empty meta-data container */ struct GNUNET_CONTAINER_MetaData * @@ -251,7 +251,7 @@ GNUNET_CONTAINER_meta_data_test_equal (const struct GNUNET_CONTAINER_MetaData * used in the main libextractor library and yielding * meta data). * @param type libextractor-type describing the meta data - * @param format basic format information about data + * @param format basic format information about data * @param data_mime_type mime-type of data (not of the original file); * can be NULL (if mime-type is not known) * @param data actual meta-data found @@ -339,7 +339,7 @@ GNUNET_CONTAINER_meta_data_insert (struct GNUNET_CONTAINER_MetaData *md, * used in the main libextractor library and yielding * meta data). * @param type libextractor-type describing the meta data - * @param format basic format information about data + * @param format basic format information about data * @param data_mime_type mime-type of data (not of the original file); * can be NULL (if mime-type is not known) * @param data actual meta-data found @@ -587,7 +587,7 @@ GNUNET_CONTAINER_meta_data_get_thumbnail (const struct GNUNET_CONTAINER_MetaData /** * Duplicate struct GNUNET_CONTAINER_MetaData. - * + * * @param md what to duplicate * @return duplicate meta-data container */ |