mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-17 06:38:28 +00:00
os: minor whitespace fixes in nic_loopback
This commit is contained in:
committed by
Christian Helmuth
parent
1d5aa4ca7e
commit
948cb3ef0a
@ -134,10 +134,10 @@ void Nic::Loopback_component::_handle_packet_stream()
|
|||||||
_tx.sink()->packet_content(packet_from_client),
|
_tx.sink()->packet_content(packet_from_client),
|
||||||
packet_from_client.size());
|
packet_from_client.size());
|
||||||
|
|
||||||
packet_to_client = Packet_descriptor(packet_to_client.offset(), packet_from_client.size());
|
packet_to_client = Packet_descriptor(packet_to_client.offset(),
|
||||||
|
packet_from_client.size());
|
||||||
_rx.source()->submit_packet(packet_to_client);
|
_rx.source()->submit_packet(packet_to_client);
|
||||||
|
|
||||||
|
|
||||||
_tx.sink()->acknowledge_packet(packet_from_client);
|
_tx.sink()->acknowledge_packet(packet_from_client);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user