Merge "Fix -Wnewline-eof"

This commit is contained in:
Treehugger Robot 2021-01-08 01:42:28 +00:00 committed by Gerrit Code Review
commit bd84f549fc
2 changed files with 2 additions and 2 deletions

View File

@ -88,4 +88,4 @@ int get_package_name(char* buffer, const int bufferlen) {
close(file);
return 0;
}
}

View File

@ -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();