mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-02 10:59:15 +00:00
refactor(kernel): remove 'foreach' macro
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
@ -26,7 +26,7 @@ void cmd_lsmod(const char *)
|
||||
|
||||
printf("DRIVER | ID | INIT | MEMORY\n");
|
||||
|
||||
foreach (auto &drv in drivers)
|
||||
for (auto &drv : drivers)
|
||||
{
|
||||
printf("%-15s | %5ld | %s | %ld KiB\n",
|
||||
drv.second.Name,
|
||||
|
Reference in New Issue
Block a user