mirror of
https://github.com/javalsai/lidm.git
synced 2025-09-01 02:47:59 +02:00
lint(format): change format rules a bit
This commit is contained in:
@@ -11,7 +11,8 @@ struct status {
|
||||
int ret;
|
||||
};
|
||||
|
||||
int read_desktop(FILE* fd, void* ctx, struct status (*cb)(void* ctx, char* NULLABLE table,
|
||||
char* key, char* value));
|
||||
int read_desktop(FILE* fd, void* ctx,
|
||||
struct status (*cb)(void* ctx, char* NULLABLE table, char* key,
|
||||
char* value));
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user