Align comments with eachother.

This commit is contained in:
ITotalJustice 2019-12-16 21:12:27 +00:00
parent 37fe6d3b12
commit 52efc49b48

View File

@ -319,7 +319,7 @@ typedef struct {
} SetCalConsoleSixAxisSensorHorizontalOffset; } SetCalConsoleSixAxisSensorHorizontalOffset;
typedef struct { typedef struct {
u32 code[0x4]; u32 code[0x4]; ///< Country code.
} SetCalCountryCode; } SetCalCountryCode;
typedef struct { typedef struct {
@ -349,7 +349,7 @@ typedef struct {
} SetCalGyroscopeScale; } SetCalGyroscopeScale;
typedef struct { typedef struct {
u8 addr[0x6]; u8 addr[0x6]; ///< Mac address.
} SetCalMacAddress; } SetCalMacAddress;
typedef struct { typedef struct {
@ -381,7 +381,7 @@ typedef struct {
} SetCalSslKey; } SetCalSslKey;
typedef struct { typedef struct {
u32 code; u32 code; ///< Region code.
} SetCalRegionCode; } SetCalRegionCode;
/// Initialize set. /// Initialize set.