Skip to content

Commit

Permalink
src/firejail/profile.c: fix trailing whitespace
Browse files Browse the repository at this point in the history
This amends commit 7f3b6c1 ("Add support for custom AppArmor profiles
(--apparmor=)", 2022-07-25) / PR #5274.
  • Loading branch information
kmk3 committed Aug 23, 2022
1 parent 64cad40 commit 9f90053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/firejail/profile.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 9f90053

Please sign in to comment.