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:
@@ -5,9 +5,9 @@
|
||||
#include <stdbool.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
enum keys find_keyname(char*);
|
||||
enum keys find_ansi(char*);
|
||||
void read_press(u_char*, char*);
|
||||
enum keys find_keyname(char *);
|
||||
enum keys find_ansi(char *);
|
||||
void read_press(u_char *, char *);
|
||||
void strcln(char **dest, const char *source);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user