fixed tabs

This commit is contained in:
Andreas Steffen
2008-02-04 14:45:50 +00:00
parent 0730fec464
commit b388a81848
+6 -6
View File
@@ -41,11 +41,11 @@ struct options_t {
* @brief Check if the PKCS#7 contentType is data * @brief Check if the PKCS#7 contentType is data
* *
* @param this calling object * @param this calling object
* @param filename file containing the options * @param filename file containing the options
* @param argcp pointer to argc * @param argcp pointer to argc
* @param argvp pointer to argv[] * @param argvp pointer to argv[]
* @param optind current optind, number of next argument * @param optind current optind, number of next argument
* @return TRUE if optionsfrom parsing successful * @return TRUE if optionsfrom parsing successful
*/ */
bool (*from) (options_t * this, char *filename, int *argcp, char **argvp[], int optind); 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. * @brief Create an options object.
* *
* @return created options_t object * @return created options_t object
* *
* @ingroup utils * @ingroup utils
*/ */