diff options
author | George Kadianakis <desnacked@riseup.net> | 2016-08-25 01:44:34 +0300 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2016-11-04 10:32:50 -0400 |
commit | d795ed5871010b8ad6d216f5f4381e4191cb147c (patch) | |
tree | 47dff1ca705a55c78e8725b5007e9de54f4717f9 /src/or/parsecommon.h | |
parent | a8efd087bdd937027713217d74e1cfd40fba4961 (diff) | |
download | tor-d795ed5871010b8ad6d216f5f4381e4191cb147c.tar.gz tor-d795ed5871010b8ad6d216f5f4381e4191cb147c.zip |
Make check-spaces happy :)
Signed-off-by: David Goulet <dgoulet@torproject.org>
Signed-off-by: George Kadianakis <desnacked@riseup.net>
Diffstat (limited to 'src/or/parsecommon.h')
-rw-r--r-- | src/or/parsecommon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/parsecommon.h b/src/or/parsecommon.h index f87e62de98..be7cba47d1 100644 --- a/src/or/parsecommon.h +++ b/src/or/parsecommon.h @@ -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 */ + |