mirror of
https://github.com/javalsai/lidm.git
synced 2025-09-01 02:47:59 +02:00
format: let clang-format run ._.
(won't even talk about clang-tidy)
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
#include <config.h>
|
||||
|
||||
void setup(struct config);
|
||||
int load(struct users_list*, struct sessions_list*);
|
||||
void print_err(const char*);
|
||||
void print_errno(const char*);
|
||||
int load(struct users_list *, struct sessions_list *);
|
||||
void print_err(const char *);
|
||||
void print_errno(const char *);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user