Whitespace

This commit is contained in:
nick
2012-09-20 13:37:48 +01:00
parent ddc57e76d1
commit ccbfce1075
5 changed files with 166 additions and 165 deletions

View File

@@ -551,3 +551,4 @@ void* client_serve(void* client_uncast)
return NULL;
}

View File

@@ -280,3 +280,4 @@ int fd_is_closed( int fd_in )
errno = errno_old;
return result;
}

View File

@@ -575,4 +575,3 @@ void * mirror_super_runner( void * serve_uncast )
return NULL;
}