diff options
author | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2011-08-29 10:19:43 +0000 |
---|---|---|
committer | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2011-08-29 10:19:43 +0000 |
commit | e190fcfc9e60ac1079d6ce6ff64fc7c40aeed275 (patch) | |
tree | b704e00a3af618b2cd174a7f89514eaebd82a1cf /src/fs/fs_uri.c | |
parent | 1d1331d46726122a7a0f705b9a28b87e02712022 (diff) |
run indent twice, it alternates between two 'canonical' forms, also run whitespace remover
git-svn-id: https://gnunet.org/svn/gnunet@16620 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/fs/fs_uri.c')
-rw-r--r-- | src/fs/fs_uri.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/fs/fs_uri.c b/src/fs/fs_uri.c index 206a8adca8..b654b2a81d 100644 --- a/src/fs/fs_uri.c +++ b/src/fs/fs_uri.c @@ -125,7 +125,7 @@ GNUNET_FS_uri_to_key (const struct GNUNET_FS_Uri *uri, GNUNET_HashCode * key) * Convert keyword URI to a human readable format * (i.e. the search query that was used in the first place) * - * @param uri ksk uri to convert to a string + * @param uri ksk uri to convert to a string * @return string with the keywords */ char * @@ -187,7 +187,7 @@ GNUNET_FS_uri_ksk_to_string_fancy (const struct GNUNET_FS_Uri *uri) * spaces), return a copy of the keyword without %-encoding and * without double-quotes (%22). Also, add a space at the beginning * if there is not a '+'. - * + * * @param in string with %-encoding * @param emsg where to store the parser error message (if any) * @return decodded string with leading space (or preserved plus) @@ -971,7 +971,7 @@ GNUNET_FS_uri_sks_create_from_nsid (GNUNET_HashCode * nsid, const char *id) /** * Canonicalize a keyword. - * + * * @param in input string (the keyword) * @return canonicalized keyword */ @@ -1049,7 +1049,7 @@ canonicalize_keyword (const char *in) * as decapitalization and removal of certain characters. * (useful for search). * - * @param uri the URI to canonicalize + * @param uri the URI to canonicalize * @return canonicalized version of the URI, NULL on error */ struct GNUNET_FS_Uri * @@ -1568,7 +1568,7 @@ GNUNET_FS_uri_test_loc (const struct GNUNET_FS_Uri *uri) * 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 |