[tor/master] Run "make autostyle"

commit 6472d9cfdf1198cf3a09659204170f9942a8fba3 Author: Nick Mathewson <nickm@torproject.org> Date: Wed Feb 26 16:45:33 2020 -0500 Run "make autostyle" --- src/feature/hs/hs_ob.c | 2 +- src/feature/hs/hs_ob.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/feature/hs/hs_ob.c b/src/feature/hs/hs_ob.c index c18a78901..f135ecd3f 100644 --- a/src/feature/hs/hs_ob.c +++ b/src/feature/hs/hs_ob.c @@ -16,7 +16,7 @@ #include "lib/confmgt/confmgt.h" #include "lib/encoding/confline.h" -#include "hs_ob.h" +#include "feature/hs/hs_ob.h" /* Options config magic number. */ #define OB_OPTIONS_MAGIC 0x631DE7EA diff --git a/src/feature/hs/hs_ob.h b/src/feature/hs/hs_ob.h index d5b5504be..d6e6e73a8 100644 --- a/src/feature/hs/hs_ob.h +++ b/src/feature/hs/hs_ob.h @@ -9,7 +9,7 @@ #ifndef TOR_HS_OB_H #define TOR_HS_OB_H -#include "hs_service.h" +#include "feature/hs/hs_service.h" bool hs_ob_service_is_instance(const hs_service_t *service);
participants (1)
-
nickm@torproject.org