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
Signed by untrusted user who does not match committer: enderice2
GPG Key ID: EACC3AD603BAB4DD

View File

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