Remove the white space

This commit is contained in:
stepfencurryxiao 2020-04-21 18:36:02 +08:00
parent e6d1bd9d2a
commit 0cf9b4eb45
3 changed files with 1 additions and 40 deletions

View File

@ -1,4 +1,3 @@
// Write CPP code here
#include <netdb.h>
#include <stdio.h>

View File

@ -1,4 +1,3 @@
#include <netdb.h>
#include <netinet/in.h>
#include <stdlib.h>

View File

@ -86,40 +86,3 @@ int deque() {
int size() {
return count;
}