Merge "Fix -Wnewline-eof"
This commit is contained in:
commit
bd84f549fc
|
@ -88,4 +88,4 @@ int get_package_name(char* buffer, const int bufferlen) {
|
|||
|
||||
close(file);
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -41,4 +41,4 @@ static inline const char* const soft_mac_getlink_allowlist[] = {
|
|||
|
||||
int get_package_name(char* buffer, const int bufferlen);
|
||||
bool should_apply_soft_mac_bind_restrictions();
|
||||
bool should_apply_soft_mac_getlink_restrictions();
|
||||
bool should_apply_soft_mac_getlink_restrictions();
|
||||
|
|
Loading…
Reference in New Issue