# HG changeset patch # User Sascha Wilde # Date 1395506922 -3600 # Node ID 702033705bb8ae0c9884c536d14e6566fc39b6af # Parent 24ca8e2ceecf8fbb53458c646132d1ed6081bde1 Removed trailing whitespace. diff -r 24ca8e2ceecf -r 702033705bb8 common/strhelp.h --- a/common/strhelp.h Sat Mar 22 17:46:12 2014 +0100 +++ b/common/strhelp.h Sat Mar 22 17:48:42 2014 +0100 @@ -17,7 +17,7 @@ /** * @brief Returns the length of the given %NULL-terminated * string array str_array. - * @param[in] str_array a %NULL-terminated array of strings + * @param[in] str_array a %NULL-terminated array of strings * @returns length of str_array. */ unsigned int strv_length (char **str_array); @@ -44,7 +44,7 @@ /** * @brief Frees the given %NULL-terminated string array. - * @param[inout] str_array a %NULL-terminated array of strings + * @param[inout] str_array a %NULL-terminated array of strings */ void strv_free (char **str_array); #endif