Skip to content

Commit 8230fd7

Browse files
authored
Merge pull request #8888 from kegilbert/sys-struct-whitespace-patch
Align comment block in sys stats struct
2 parents ce11081 + 31bbbff commit 8230fd7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

platform/mbed_stats.h

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -156,14 +156,14 @@ typedef enum {
156156
* struct mbed_stats_sys_t definition
157157
*/
158158
typedef struct {
159-
uint32_t os_version; /**< Mbed OS version (populated only for tagged releases) */
160-
uint32_t cpu_id; /**< CPUID register data (Cortex-M only supported) */
161-
mbed_compiler_id_t compiler_id; /**< Compiler ID \ref mbed_compiler_id_t */
162-
uint32_t compiler_version; /**< Compiler version */
163-
uint32_t ram_start[MBED_MAX_MEM_REGIONS];/**< Start addresses of all internal RAM memories */
164-
uint32_t ram_size[MBED_MAX_MEM_REGIONS];/**< Size of all internal RAM memories in target */
165-
uint32_t rom_start[MBED_MAX_MEM_REGIONS];/**< Start addresses of all internal ROM memories */
166-
uint32_t rom_size[MBED_MAX_MEM_REGIONS];/**< Size of all internal ROM memories in target */
159+
uint32_t os_version; /**< Mbed OS version (populated only for tagged releases) */
160+
uint32_t cpu_id; /**< CPUID register data (Cortex-M only supported) */
161+
mbed_compiler_id_t compiler_id; /**< Compiler ID \ref mbed_compiler_id_t */
162+
uint32_t compiler_version; /**< Compiler version */
163+
uint32_t ram_start[MBED_MAX_MEM_REGIONS]; /**< Start addresses of all internal RAM memories */
164+
uint32_t ram_size[MBED_MAX_MEM_REGIONS]; /**< Size of all internal RAM memories in target */
165+
uint32_t rom_start[MBED_MAX_MEM_REGIONS]; /**< Start addresses of all internal ROM memories */
166+
uint32_t rom_size[MBED_MAX_MEM_REGIONS]; /**< Size of all internal ROM memories in target */
167167
} mbed_stats_sys_t;
168168

169169
/**

0 commit comments

Comments
 (0)