misc: code format(use kernel code stype: https://www.kernel.org/doc/html/v6.1/process/coding-style.html
This commit is contained in:
@@ -9,7 +9,7 @@ bool ksu_is_allow_uid(uid_t uid);
|
||||
|
||||
bool ksu_allow_uid(uid_t uid, bool allow);
|
||||
|
||||
bool ksu_get_allow_list(int* array, int* length, bool allow);
|
||||
bool ksu_get_allow_list(int *array, int *length, bool allow);
|
||||
|
||||
bool ksu_load_allow_list(void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user