removed trailing spaces ([[:space:]]+$)

This commit is contained in:
Martin Willi
2009-09-04 13:46:09 +02:00
parent 7d1b030446
commit 7daf5226b7
703 changed files with 10633 additions and 10633 deletions
+2 -2
View File
@@ -98,7 +98,7 @@ struct enum_name_t {
*
* This is a convenience macro to use when a enum_name list contains only
* one range, and is equal as defining ENUM_BEGIN followed by ENUM_END.
*
*
* @param name name of the enum_name list
* @param first enum value of the first enum string
* @param last enum value of the last enum string
@@ -109,7 +109,7 @@ struct enum_name_t {
/**
* printf hook function for enum_names_t.
*
* Arguments are:
* Arguments are:
* enum_names_t *names, int value
*/
int enum_printf_hook(char *dst, size_t len, printf_hook_spec_t *spec,