Make check-spaces happy :)

Signed-off-by: David Goulet <dgoulet@torproject.org>
Signed-off-by: George Kadianakis <desnacked@riseup.net>
This commit is contained in:
George Kadianakis
2016-08-25 01:44:34 +03:00
committed by David Goulet
parent a8efd087bd
commit d795ed5871
14 changed files with 45 additions and 36 deletions
+1 -4
View File
@@ -146,7 +146,6 @@ tokenize_string(memarea_t *area,
return 0;
}
/** Helper: parse space-separated arguments from the string <b>s</b> ending at
* <b>eol</b>, and store them in the args field of <b>tok</b>. Store the
* number of parsed elements into the n_args field of <b>tok</b>. Allocate
@@ -243,8 +242,6 @@ token_check_object(memarea_t *area, const char *kwd,
return tok;
}
/** Helper function: read the next token from *s, advance *s to the end of the
* token, and return the parsed token. Parse *<b>s</b> according to the list
* of tokens in <b>table</b>.
@@ -408,7 +405,6 @@ get_next_token(memarea_t *area,
#undef STRNDUP
}
/** Find the first token in <b>s</b> whose keyword is <b>keyword</b>; fail
* with an assert if no such keyword is found.
*/
@@ -451,3 +447,4 @@ find_all_by_keyword(smartlist_t *s, directory_keyword k)
});
return out;
}