summaryrefslogtreecommitdiffstats
path: root/xlators/performance/decompounder/src/decompounder-mem-types.h
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/performance/decompounder/src/decompounder-mem-types.h')
-rw-r--r--xlators/performance/decompounder/src/decompounder-mem-types.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/xlators/performance/decompounder/src/decompounder-mem-types.h b/xlators/performance/decompounder/src/decompounder-mem-types.h
index 5c211c1a907..8b3049ffb18 100644
--- a/xlators/performance/decompounder/src/decompounder-mem-types.h
+++ b/xlators/performance/decompounder/src/decompounder-mem-types.h
@@ -13,8 +13,5 @@
#include "mem-types.h"
-enum gf_dc_mem_types_ {
- gf_dc_mt_rsp_t = gf_common_mt_end + 1,
- gf_dc_mt_end
-};
+enum gf_dc_mem_types_ { gf_dc_mt_rsp_t = gf_common_mt_end + 1, gf_dc_mt_end };
#endif