os: minor whitespace fixes in nic_loopback

This commit is contained in:
Norman Feske 2016-01-07 12:05:28 +01:00 committed by Christian Helmuth
parent 1d5aa4ca7e
commit 948cb3ef0a
1 changed files with 6 additions and 6 deletions

View File

@ -134,10 +134,10 @@ void Nic::Loopback_component::_handle_packet_stream()
_tx.sink()->packet_content(packet_from_client),
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);
_tx.sink()->acknowledge_packet(packet_from_client);
}
}