mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-09-08 16:07:39 -06:00
net, hub: fix the indent in the comments
Remove some redundant blanks in the comments of net_hub_id_for_client(). Signed-off-by: Zhi Yong Wu <wuzhy@linux.vnet.ibm.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
This commit is contained in:
parent
a8a826a3c3
commit
e103129b1b
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ void net_hub_info(Monitor *mon)
|
||||||
/**
|
/**
|
||||||
* Get the hub id that a client is connected to
|
* Get the hub id that a client is connected to
|
||||||
*
|
*
|
||||||
* @id Pointer for hub id output, may be NULL
|
* @id: Pointer for hub id output, may be NULL
|
||||||
*/
|
*/
|
||||||
int net_hub_id_for_client(NetClientState *nc, int *id)
|
int net_hub_id_for_client(NetClientState *nc, int *id)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue