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 a17970e8174..96025b9ec43 100644 --- a/libglusterfs/src/inode.h +++ b/libglusterfs/src/inode.h @@ -98,7 +98,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) */  };  | 
