diff th_string.c @ 630:d3aace9903fa

Doxygen improvements.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 17 Jan 2020 19:32:28 +0200
parents 594f197f7005
children da9618444c81
line wrap: on
line diff
--- a/th_string.c	Fri Jan 17 19:32:13 2020 +0200
+++ b/th_string.c	Fri Jan 17 19:32:28 2020 +0200
@@ -67,7 +67,7 @@
 
 /**
  * Helper function for th_strdup_trim() and friends. Copies @p len characters from
- * given string, and trims whitespace from it according to specified @p flags. 
+ * given string, and trims whitespace from it according to specified @p flags.
  * See TH_TRIM_* in th_string.h. If @p len or the resulting trimmed string would
  * be empty (length 0), no copy is allocated and a @c NULL pointer is returned.
  * @param[in] src source string (does not need to be NUL terminated, as length must be specified)