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 -1
View File
@@ -6,7 +6,6 @@
* \brief Header file for parsecommon.c
**/
#ifndef TOR_PARSECOMMON_H
#define TOR_PARSECOMMON_H
@@ -304,3 +303,4 @@ directory_token_t *find_opt_by_keyword(smartlist_t *s,
smartlist_t * find_all_by_keyword(smartlist_t *s, directory_keyword k);
#endif /* TOR_PARSECOMMON_H */