summaryrefslogtreecommitdiffstats
path: root/xlators/performance/open-behind/src/open-behind-mem-types.h
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/performance/open-behind/src/open-behind-mem-types.h')
-rw-r--r--xlators/performance/open-behind/src/open-behind-mem-types.h8
1 files changed, 4 insertions, 4 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