summaryrefslogtreecommitdiffstats
path: root/xlators/meta/src/meta-hooks.h
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/meta/src/meta-hooks.h')
-rw-r--r--xlators/meta/src/meta-hooks.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/xlators/meta/src/meta-hooks.h b/xlators/meta/src/meta-hooks.h
index bcf3643d223..2ee006f7876 100644
--- a/xlators/meta/src/meta-hooks.h
+++ b/xlators/meta/src/meta-hooks.h
@@ -12,7 +12,9 @@
#define __META_HOOKS_H
#include "xlator.h"
-#define DECLARE_HOOK(name) int meta_##name##_hook (call_frame_t *frame, xlator_t *this, loc_t *loc, dict_t *xdata)
+#define DECLARE_HOOK(name) \
+ int meta_##name##_hook(call_frame_t *frame, xlator_t *this, loc_t *loc, \
+ dict_t *xdata)
DECLARE_HOOK(root_dir);
DECLARE_HOOK(graphs_dir);