Add newline for formatting in PCNet code.

This commit is contained in:
TomAwezome 2022-12-13 03:25:53 -05:00
parent 67e54cdf1f
commit 17a0888997

View file

@ -212,6 +212,7 @@ U0 PCNetMACGet()
I64 i;
U64 eeprom_bytes = InU32(PCNetIOBaseGet) | InU32(PCNetIOBaseGet + 4) << 32;
NetLog("PCNET GET MAC: Getting VM MAC.");
for (i = 0; i < 6; i++)
{