Skip to content

Commit f6d0582

Browse files
authored
Fix formatting.
1 parent 973ec72 commit f6d0582

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/arm/mach/init.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ void cpuinfo_arm_mach_init(void) {
423423
if (has_feat_sme_f16f16 != 0) {
424424
cpuinfo_isa.sme_f16f16 = true;
425425
}
426-
426+
427427
uint32_t num_clusters = 1;
428428
for (uint32_t i = 0; i < mach_topology.cores; i++) {
429429
cores[i] = (struct cpuinfo_core){

0 commit comments

Comments
 (0)