Skip to content

Commit 5279c5f

Browse files
authored
Fix formatting
1 parent 4127112 commit 5279c5f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/arm/cache.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1341,7 +1341,8 @@ void cpuinfo_arm_decode_cache(
13411341
* information, please refer to the technical manuals
13421342
* linked above
13431343
*/
1344-
const uint32_t min_l2_size_KB = uarch == cpuinfo_uarch_neoverse_v2 || midr_is_ampere_altra(midr)
1344+
const uint32_t min_l2_size_KB =
1345+
uarch == cpuinfo_uarch_neoverse_v2 || midr_is_ampere_altra(midr)
13451346
? 1024
13461347
: 256;
13471348
const uint32_t min_l3_size_KB = 0;

0 commit comments

Comments
 (0)