mirror of
https://github.com/javalsai/lidm.git
synced 2025-09-01 02:47:59 +02:00
lint: apply new style
This commit is contained in:
@@ -12,9 +12,9 @@ enum session_type {
|
||||
};
|
||||
|
||||
struct session {
|
||||
char *name;
|
||||
char *exec;
|
||||
char *tryexec;
|
||||
char* name;
|
||||
char* exec;
|
||||
char* tryexec;
|
||||
enum session_type type;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user