summaryrefslogtreecommitdiffstats
path: root/xlators/encryption/rot-13/src/rot-13.h
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/encryption/rot-13/src/rot-13.h')
-rw-r--r--xlators/encryption/rot-13/src/rot-13.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/xlators/encryption/rot-13/src/rot-13.h b/xlators/encryption/rot-13/src/rot-13.h
index a2017513437..edbc99798b4 100644
--- a/xlators/encryption/rot-13/src/rot-13.h
+++ b/xlators/encryption/rot-13/src/rot-13.h
@@ -11,8 +11,8 @@
#define __ROT_13_H__
typedef struct {
- gf_boolean_t encrypt_write;
- gf_boolean_t decrypt_read;
+ gf_boolean_t encrypt_write;
+ gf_boolean_t decrypt_read;
} rot_13_private_t;
#endif /* __ROT_13_H__ */