remove unnessesary whitespace

This commit is contained in:
xfnw 2022-01-29 21:32:07 -05:00
parent 7d31364977
commit 527cd1c5f3
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ int main(int argc, char *argv[]) {
memset(fbdata, 0, fb_data_size); // clear the screen
int socket_desc, client_sock, c;
struct sockaddr_in server, client;