diff options
author | teor <teor@torproject.org> | 2020-04-29 22:07:35 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2020-04-29 22:08:33 +1000 |
commit | 3253c357eeae3434da62bf720a451aa19f0ddd32 (patch) | |
tree | bb7c65bbe1470de8d295cf91af2931cbf9362051 /src/feature/hs | |
parent | 6eec43161ad9e072d82da88163e748566b39d127 (diff) | |
download | tor-3253c357eeae3434da62bf720a451aa19f0ddd32.tar.gz tor-3253c357eeae3434da62bf720a451aa19f0ddd32.zip |
Run "make autostyle"
Diffstat (limited to 'src/feature/hs')
-rw-r--r-- | src/feature/hs/hs_opts_st.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature/hs/hs_opts_st.h b/src/feature/hs/hs_opts_st.h index f6ee0f3cfa..279f0d6da6 100644 --- a/src/feature/hs/hs_opts_st.h +++ b/src/feature/hs/hs_opts_st.h @@ -27,4 +27,4 @@ **/ typedef struct hs_opts_t hs_opts_t; -#endif +#endif /* !defined(TOR_FEATURE_HS_HS_OPTS_ST_H) */ |