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:
Zhi Yong Wu 2012-12-07 09:43:18 +08:00 committed by Stefan Hajnoczi
parent a8a826a3c3
commit e103129b1b
1 changed files with 1 additions and 1 deletions

View File

@ -256,7 +256,7 @@ void net_hub_info(Monitor *mon)
/**
* 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)
{