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:
@@ -74,10 +74,9 @@ struct config {
|
||||
};
|
||||
|
||||
bool line_parser(
|
||||
FILE* fd,
|
||||
ssize_t* blksize,
|
||||
FILE *fd, ssize_t *blksize,
|
||||
u_char (*cb)(char *key,
|
||||
char *value)); // might use this for parsing .desktop files too
|
||||
char *value)); // might use this for parsing .desktop files too
|
||||
struct config *parse_config(char *path);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user