summaryrefslogtreecommitdiffstats
path: root/glfs-operations.h
diff options
context:
space:
mode:
Diffstat (limited to 'glfs-operations.h')
-rw-r--r--glfs-operations.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/glfs-operations.h b/glfs-operations.h
index 7659c7d..dd3992b 100644
--- a/glfs-operations.h
+++ b/glfs-operations.h
@@ -22,11 +22,11 @@
typedef struct glusterBlockDef {
- char *volume;
- char *host; /* TODO: use proper Transport Object */
- char *filename;
- size_t size;
- bool status;
+ char *volume;
+ char *host; /* TODO: use proper Transport Object */
+ char *filename;
+ size_t size;
+ bool status;
} glusterBlockDef;
typedef glusterBlockDef *glusterBlockDefPtr;