remove unnessesary whitespace
This commit is contained in:
parent
7d31364977
commit
527cd1c5f3
1 changed files with 1 additions and 1 deletions
2
fbflut.c
2
fbflut.c
|
@ -127,7 +127,7 @@ int main(int argc, char *argv[]) {
|
||||||
|
|
||||||
memset(fbdata, 0, fb_data_size); // clear the screen
|
memset(fbdata, 0, fb_data_size); // clear the screen
|
||||||
|
|
||||||
|
|
||||||
int socket_desc, client_sock, c;
|
int socket_desc, client_sock, c;
|
||||||
struct sockaddr_in server, client;
|
struct sockaddr_in server, client;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue