Run "make autostyle"

This commit is contained in:
Nick Mathewson 2020-02-26 16:45:33 -05:00
parent 11adf0f46f
commit 6472d9cfdf
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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);