src/firejail/profile.c: fix trailing whitespace

This amends commit 7f3b6c19a ("Add support for custom AppArmor profiles
(--apparmor=)", 2022-07-25) / PR #5274.
This commit is contained in:
Kelvin M. Klann 2022-08-23 06:32:50 -03:00
parent 64cad40118
commit 9f900534f1

View file

@ -943,7 +943,7 @@ int profile_check_line(char *ptr, int lineno, const char *fname) {
#endif
return 0;
}
if (strncmp(ptr, "apparmor ", 9) == 0) {
#ifdef HAVE_APPARMOR
arg_apparmor = 1;