summaryrefslogtreecommitdiffstats
path: root/xlators/features/arbiter/src/arbiter-mem-types.h
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/features/arbiter/src/arbiter-mem-types.h')
-rw-r--r--xlators/features/arbiter/src/arbiter-mem-types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/xlators/features/arbiter/src/arbiter-mem-types.h b/xlators/features/arbiter/src/arbiter-mem-types.h
index ccf864cdef0..0f77cfd05f4 100644
--- a/xlators/features/arbiter/src/arbiter-mem-types.h
+++ b/xlators/features/arbiter/src/arbiter-mem-types.h
@@ -12,7 +12,7 @@
#include "mem-types.h"
typedef enum gf_arbiter_mem_types_ {
- gf_arbiter_mt_inode_ctx_t = gf_common_mt_end + 1,
- gf_arbiter_mt_end
+ gf_arbiter_mt_inode_ctx_t = gf_common_mt_end + 1,
+ gf_arbiter_mt_end
} gf_arbiter_mem_types_t;
#endif