Remove unnecessary newline character in cmd_lsacpi function

This commit is contained in:
EnderIce2
2024-02-29 00:29:05 +02:00
parent c967e94187
commit e02bcf8e0d

View File

@ -35,5 +35,4 @@ void cmd_lsacpi(const char *)
Table.second->OEMID,
Table.second->OEMTableID);
}
putchar('\n');
}