chiark / gitweb /
usb_id: fix typo
[elogind.git] / extras / volume_id / volume_id / ocfs2.c
index 1f2819c0cca055ea62537ac2606801743207e176..90a6bd531c3fc6b0080c4aa4772701d34275d555 100644 (file)
@@ -51,7 +51,7 @@ This is one has been simplified since we only care about the superblock.
 */
 
 struct ocfs2_super_block {
-       __u8 i_signature[8];                    /* Signature for validation */
+       __u8  i_signature[8];                   /* Signature for validation */
        __u32 i_generation;                     /* Generation number */
        __s16 i_suballoc_slot;                  /* Slot suballocator this inode belongs to */
        __u16 i_suballoc_bit;                   /* Bit offset in suballocator block group */