format: satisfy linter

This commit is contained in:
rmntgx 2025-05-17 21:56:27 +00:00
parent 44d7836955
commit 0b02a2cef2
6 changed files with 23 additions and 23 deletions

View File

@ -6,6 +6,7 @@
#include "config.h" #include "config.h"
#include "sessions.h" #include "sessions.h"
bool launch(char *user, char *passwd, struct session session, void (*cb)(void), struct behavior* behavior); bool launch(char *user, char *passwd, struct session session, void (*cb)(void),
struct behavior *behavior);
#endif #endif

View File

@ -68,7 +68,6 @@ static int selret_magic() {
return select(1, &set, NULL, NULL, &timeout); return select(1, &set, NULL, NULL, &timeout);
} }
// Vector shii // Vector shii
struct Vector vec_new() { struct Vector vec_new() {
struct Vector vec; struct Vector vec;