mirror of
https://github.com/javalsai/lidm.git
synced 2025-07-03 14:25:03 +02:00
format: satisfy linter
This commit is contained in:
parent
44d7836955
commit
0b02a2cef2
@ -6,6 +6,7 @@
|
||||
#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
|
||||
|
@ -68,7 +68,6 @@ static int selret_magic() {
|
||||
return select(1, &set, NULL, NULL, &timeout);
|
||||
}
|
||||
|
||||
|
||||
// Vector shii
|
||||
struct Vector vec_new() {
|
||||
struct Vector vec;
|
||||
|
Loading…
x
Reference in New Issue
Block a user