From 411a40b5c077ca69e34c7016428eb9d856f8fe73 Mon Sep 17 00:00:00 2001 From: jakob Date: Sun, 9 Apr 2017 19:39:46 -0400 Subject: Automated style checking and fixed unit tests. --- src/header.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/header.h') diff --git a/src/header.h b/src/header.h index 19f7fcd..8ccf930 100644 --- a/src/header.h +++ b/src/header.h @@ -27,12 +27,12 @@ /* Structure representing the header section of an XP3 archive. */ struct header { - char magic[11]; /* Identifier for the archive. */ - uint64_t info_offset; /* Offset to `table_size`. */ - uint32_t version; /* Raw value containing the archive version. */ - uint64_t table_size; /* The size of the table section. (?) */ - uint8_t flags; /* A flags variable for the archive. (?) */ - uint64_t table_offset; /* Offset to the archive table. */ + char magic[11]; /* Identifier for the archive. */ + uint64_t info_offset; /* Offset to `table_size`. */ + uint32_t version; /* Raw value containing the archive version. */ + uint64_t table_size; /* The size of the table section. (?) */ + uint8_t flags; /* A flags variable for the archive. (?) */ + uint64_t table_offset; /* Offset to the archive table. */ }; /* Reads data from the given stream into a newly allocated header -- cgit v1.3