aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-08-23 06:32:50 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-08-23 06:37:52 -0300
commit9f900534f1a1b7f79318190b2d881f7e745f0c70 (patch)
tree7bde65682a4a9b99cb2c4dafe77eea2bf4ab6efb /src
parentdocs: set vim filetype on the other man pages (diff)
downloadfirejail-9f900534f1a1b7f79318190b2d881f7e745f0c70.tar.gz
firejail-9f900534f1a1b7f79318190b2d881f7e745f0c70.tar.zst
firejail-9f900534f1a1b7f79318190b2d881f7e745f0c70.zip
src/firejail/profile.c: fix trailing whitespace
This amends commit 7f3b6c19a ("Add support for custom AppArmor profiles (--apparmor=)", 2022-07-25) / PR #5274.
Diffstat (limited to 'src')
-rw-r--r--src/firejail/profile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/firejail/profile.c b/src/firejail/profile.c
index 82f8a393b..f406e2c53 100644
--- a/src/firejail/profile.c
+++ b/src/firejail/profile.c
@@ -943,7 +943,7 @@ int profile_check_line(char *ptr, int lineno, const char *fname) {
943#endif 943#endif
944 return 0; 944 return 0;
945 } 945 }
946 946
947 if (strncmp(ptr, "apparmor ", 9) == 0) { 947 if (strncmp(ptr, "apparmor ", 9) == 0) {
948#ifdef HAVE_APPARMOR 948#ifdef HAVE_APPARMOR
949 arg_apparmor = 1; 949 arg_apparmor = 1;