More code style fixes

This commit is contained in:
Rajko Stojadinovic 2018-07-26 02:12:24 +02:00 committed by GitHub
parent adfad3cffa
commit fd77e9515b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,10 +46,10 @@ typedef struct {
} NcmContentRecord;
typedef struct {
u16 numExtraBytes; //Size of optional struct that comes after this one.
u16 numContentRecords; //Number of NcmContentRecord entries after the extra bytes.
u16 numMetaRecords; //Number of NcmMetaRecord entries that come after the NcmContentRecords.
u16 padding; //Always zero.
u16 numExtraBytes; ///< Size of optional struct that comes after this one.
u16 numContentRecords; ///< Number of NcmContentRecord entries after the extra bytes.
u16 numMetaRecords; ///< Number of NcmMetaRecord entries that come after the NcmContentRecords.
u16 padding; ///< Always zero.
} NcmContentMetaRecordsHeader;
typedef struct {