aboutsummaryrefslogtreecommitdiff
path: root/src/common/storagedir.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-12-07 10:52:55 -0500
committerNick Mathewson <nickm@torproject.org>2017-12-08 14:47:19 -0500
commit17dcce3fe11bfea9c7c46d2b9fd5baeb63ebe1e2 (patch)
treef4aa0a4ea953572110a0862738a4a98d989fb2c7 /src/common/storagedir.h
parent285632a61b4e4aeec07b26004396473e0d8f4a43 (diff)
downloadtor-17dcce3fe11bfea9c7c46d2b9fd5baeb63ebe1e2.tar.gz
tor-17dcce3fe11bfea9c7c46d2b9fd5baeb63ebe1e2.zip
Fix wide lines introduced by previous patch.
Diffstat (limited to 'src/common/storagedir.h')
-rw-r--r--src/common/storagedir.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/storagedir.h b/src/common/storagedir.h
index 0ddb65542e..d99bd7ec52 100644
--- a/src/common/storagedir.h
+++ b/src/common/storagedir.h
@@ -10,7 +10,8 @@ struct sandbox_cfg_elem;
storage_dir_t * storage_dir_new(const char *dirname, int n_files);
void storage_dir_free_(storage_dir_t *d);
-#define storage_dir_free(d) FREE_AND_NULL(storage_dir_t, storage_dir_free_, (d))
+#define storage_dir_free(d) \
+ FREE_AND_NULL(storage_dir_t, storage_dir_free_, (d))
int storage_dir_register_with_sandbox(storage_dir_t *d,
struct sandbox_cfg_elem **cfg);