hduffddybz 10 years ago
parent
commit
7aff40f3f9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/test/net_test.c

+ 1 - 1
examples/test/net_test.c

@@ -46,7 +46,7 @@ void udpecho_entry(void *parameter)
 		
 		
 		netconn_send(conn, buf);
 		netconn_send(conn, buf);
 		
 		
-    	/* release buffer */
+		/* release buffer */
 		netbuf_delete(buf);
 		netbuf_delete(buf);
 	}
 	}
 }
 }