mirror of
https://github.com/javalsai/lidm.git
synced 2025-11-28 12:35:24 +01:00
lint: apply new style
This commit is contained in:
@@ -6,9 +6,9 @@
|
||||
#include "util.h"
|
||||
|
||||
struct user {
|
||||
char *shell;
|
||||
char *username;
|
||||
char *display_name;
|
||||
char* shell;
|
||||
char* username;
|
||||
char* display_name;
|
||||
};
|
||||
|
||||
struct Vector get_human_users();
|
||||
|
||||
Reference in New Issue
Block a user