update files to match new max column width 100

This commit is contained in:
2026-03-09 12:57:24 -05:00
parent ce5d66f712
commit e68d98a669
4 changed files with 12 additions and 10 deletions

View File

@@ -32,7 +32,8 @@ typedef struct __wserver_args_t {
std::string log;
} wserver_args_t;
/* client_start(listen_ip, listen_port, &socket_descriptor_client, log_path, &client_wait_thread); */
/* client_start(listen_ip, listen_port, &socket_descriptor_client, log_path, &client_wait_thread);
*/
void
client_start(std::string ip, int port, int *sock, std::string log, pthread_t *thr)
{