Index: libcfa/src/device/cpu.cfa
===================================================================
--- libcfa/src/device/cpu.cfa	(revision 72b5805eebfcce6b1f39679ab3e5ffdda0cb2b5c)
+++ libcfa/src/device/cpu.cfa	(revision 15215f0275237e8a338c2c5698d332174619db03)
@@ -239,6 +239,5 @@
 // Returns a 2D array of instances of size [cpu count][cache levels]
 // where cache level doesn't include instruction caches
-raw_cache_instance ** build_raw_cache_table(unsigned cpus_c, idx_range_t cpus, unsigned idxs, unsigned cache_levels)
-{
+raw_cache_instance ** build_raw_cache_table(unsigned cpus_c, idx_range_t cpus, unsigned idxs, unsigned cache_levels) {
 	raw_cache_instance ** raw = alloc(cpus_c, '\0'`fill);
 
