diff options
Diffstat (limited to 'libglusterfs/src/inode.h')
| -rw-r--r-- | libglusterfs/src/inode.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/libglusterfs/src/inode.h b/libglusterfs/src/inode.h index 46fe8f6ac80..37083fae05b 100644 --- a/libglusterfs/src/inode.h +++ b/libglusterfs/src/inode.h @@ -93,7 +93,7 @@ struct _inode {          struct list_head     hash;          /* hash table pointers */          struct list_head     list;          /* active/lru/purge */ -	struct _inode_ctx   *_ctx;    /* replacement for dict_t *(inode->ctx) */ +        struct _inode_ctx   *_ctx;    /* replacement for dict_t *(inode->ctx) */  };  | 
