mirror of
https://gitlab.com/mobian1/eg25-manager.git
synced 2025-08-29 23:32:14 +02:00
src: format using clang-format
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
#include "manager.h"
|
||||
|
||||
void suspend_init (struct EG25Manager *data, toml_table_t *config[]);
|
||||
void suspend_destroy (struct EG25Manager *data);
|
||||
void suspend_init(struct EG25Manager *data, toml_table_t *config[]);
|
||||
void suspend_destroy(struct EG25Manager *data);
|
||||
|
||||
void suspend_inhibit (struct EG25Manager *data, gboolean inhibit, gboolean block);
|
||||
void suspend_inhibit(struct EG25Manager *data, gboolean inhibit, gboolean block);
|
||||
|
Reference in New Issue
Block a user