mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2024-12-25 23:10:32 +00:00
Add newline for formatting in PCNet code.
This commit is contained in:
parent
67e54cdf1f
commit
17a0888997
1 changed files with 1 additions and 0 deletions
|
@ -212,6 +212,7 @@ U0 PCNetMACGet()
|
||||||
|
|
||||||
I64 i;
|
I64 i;
|
||||||
U64 eeprom_bytes = InU32(PCNetIOBaseGet) | InU32(PCNetIOBaseGet + 4) << 32;
|
U64 eeprom_bytes = InU32(PCNetIOBaseGet) | InU32(PCNetIOBaseGet + 4) << 32;
|
||||||
|
|
||||||
NetLog("PCNET GET MAC: Getting VM MAC.");
|
NetLog("PCNET GET MAC: Getting VM MAC.");
|
||||||
for (i = 0; i < 6; i++)
|
for (i = 0; i < 6; i++)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue