lint: apply new style

This commit is contained in:
2025-06-06 20:46:55 +02:00
parent d6a348c543
commit 7d76687833
19 changed files with 259 additions and 273 deletions

View File

@@ -6,7 +6,10 @@
#include "config.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