diff options
author | Gluster Ant <bugzilla-bot@gluster.org> | 2018-09-12 17:22:48 +0530 |
---|---|---|
committer | Nigel Babu <nigelb@redhat.com> | 2018-09-12 17:22:48 +0530 |
commit | 45a71c0548b6fd2c757aa2e7b7671a1411948894 (patch) | |
tree | 2a5a9b73bae47ab53a41166fd041a06612587f48 /xlators/playground/template/src/template.h | |
parent | be77dbbda692792335a8e9e7c02e0c281f003c40 (diff) |
Land clang-format changes
Change-Id: I6f5d8140a06f3c1b2d196849299f8d483028d33b
Diffstat (limited to 'xlators/playground/template/src/template.h')
-rw-r--r-- | xlators/playground/template/src/template.h | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/xlators/playground/template/src/template.h b/xlators/playground/template/src/template.h index e384c0181f7..0abe2245296 100644 --- a/xlators/playground/template/src/template.h +++ b/xlators/playground/template/src/template.h @@ -17,8 +17,8 @@ #include "defaults.h" struct template_private { - /* Add all the relevant fields you need here */ - int32_t dummy; + /* Add all the relevant fields you need here */ + int32_t dummy; }; typedef struct template_private template_private_t; @@ -27,8 +27,8 @@ typedef struct template_private template_private_t; #include "mem-types.h" enum gf_template_mem_types_ { - gf_template_mt_private_t = gf_common_mt_end + 1, - gf_template_mt_end, + gf_template_mt_private_t = gf_common_mt_end + 1, + gf_template_mt_end, }; /* This normally goes to another file 'template-messages.h", @@ -38,9 +38,6 @@ enum gf_template_mem_types_ { */ #include "glfs-message-id.h" -GLFS_MSGID(TEMPLATE, - TEMPLATE_MSG_NO_MEMORY, - TEMPLATE_MSG_NO_GRAPH - ); +GLFS_MSGID(TEMPLATE, TEMPLATE_MSG_NO_MEMORY, TEMPLATE_MSG_NO_GRAPH); #endif /* __TEMPLATE_H__ */ |