kvm tools: Fix a vertical indentation for net/uip/udp.c

Signed-off-by: Asias He <asias.hejun@gmail.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
This commit is contained in:
Asias He
2011-10-31 22:39:40 +08:00
committed by Will Deacon
parent 7b0155fed9
commit 5943c3cbbc
+1 -1
View File
@@ -182,7 +182,7 @@ static void *uip_udp_socket_thread(void *p)
/*
* Get free buffer to send data to guest
*/
buf = uip_buf_get_free(info);
buf = uip_buf_get_free(info);
uip_udp_make_pkg(info, sk, buf, payload, payload_len);