From: Andreas Steffen Date: Mon, 4 Feb 2008 14:45:50 +0000 (-0000) Subject: fixed tabs X-Git-Tag: 4.1.11~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b388a81848add19135306efcd15b4062a291f8c5;p=thirdparty%2Fstrongswan.git fixed tabs --- diff --git a/src/libstrongswan/utils/optionsfrom.h b/src/libstrongswan/utils/optionsfrom.h index 02f8ae7055..0014cec368 100644 --- a/src/libstrongswan/utils/optionsfrom.h +++ b/src/libstrongswan/utils/optionsfrom.h @@ -41,11 +41,11 @@ struct options_t { * @brief Check if the PKCS#7 contentType is data * * @param this calling object - * @param filename file containing the options - * @param argcp pointer to argc - * @param argvp pointer to argv[] - * @param optind current optind, number of next argument - * @return TRUE if optionsfrom parsing successful + * @param filename file containing the options + * @param argcp pointer to argc + * @param argvp pointer to argv[] + * @param optind current optind, number of next argument + * @return TRUE if optionsfrom parsing successful */ bool (*from) (options_t * this, char *filename, int *argcp, char **argvp[], int optind); @@ -60,7 +60,7 @@ struct options_t { /** * @brief Create an options object. * - * @return created options_t object + * @return created options_t object * * @ingroup utils */