diff options
Diffstat (limited to 'xlators/performance/open-behind/src')
| -rw-r--r-- | xlators/performance/open-behind/src/open-behind-mem-types.h | 8 | ||||
| -rw-r--r-- | xlators/performance/open-behind/src/open-behind-messages.h | 7 | 
2 files changed, 6 insertions, 9 deletions
diff --git a/xlators/performance/open-behind/src/open-behind-mem-types.h b/xlators/performance/open-behind/src/open-behind-mem-types.h index 8ddd061a835..b16a678cbf4 100644 --- a/xlators/performance/open-behind/src/open-behind-mem-types.h +++ b/xlators/performance/open-behind/src/open-behind-mem-types.h @@ -14,9 +14,9 @@  #include "mem-types.h"  enum gf_ob_mem_types_ { -        gf_ob_mt_fd_t   = gf_common_mt_end + 1, -	gf_ob_mt_conf_t, -        gf_ob_mt_inode_t, -        gf_ob_mt_end +    gf_ob_mt_fd_t = gf_common_mt_end + 1, +    gf_ob_mt_conf_t, +    gf_ob_mt_inode_t, +    gf_ob_mt_end  };  #endif diff --git a/xlators/performance/open-behind/src/open-behind-messages.h b/xlators/performance/open-behind/src/open-behind-messages.h index 9cb4cd5228f..09b4e8f0c28 100644 --- a/xlators/performance/open-behind/src/open-behind-messages.h +++ b/xlators/performance/open-behind/src/open-behind-messages.h @@ -22,10 +22,7 @@   * glfs-message-id.h.   */ -GLFS_MSGID(OPEN_BEHIND, -        OPEN_BEHIND_MSG_XLATOR_CHILD_MISCONFIGURED, -        OPEN_BEHIND_MSG_VOL_MISCONFIGURED, -        OPEN_BEHIND_MSG_NO_MEMORY -); +GLFS_MSGID(OPEN_BEHIND, OPEN_BEHIND_MSG_XLATOR_CHILD_MISCONFIGURED, +           OPEN_BEHIND_MSG_VOL_MISCONFIGURED, OPEN_BEHIND_MSG_NO_MEMORY);  #endif /* _OPEN_BEHIND_MESSAGES_H_ */  | 
