Formatting

This commit is contained in:
Imbus 2025-10-30 22:43:59 +01:00
parent 543e5f7001
commit 7ac571809a

View file

@ -1,5 +1,6 @@
#ifndef KERNEL_CONFIG_H #ifndef KERNEL_CONFIG_H
#define KERNEL_CONFIG_H #define KERNEL_CONFIG_H
/* /*
* Number of CPU's For now, this is hard-coded here. It will likely be * Number of CPU's For now, this is hard-coded here. It will likely be
* dynamically discovered in the future. * dynamically discovered in the future.