summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/common/sandbox.c1
-rw-r--r--src/common/sandbox.h1
2 files changed, 1 insertions, 1 deletions
diff --git a/src/common/sandbox.c b/src/common/sandbox.c
index 0eb27bc510..6db682d518 100644
--- a/src/common/sandbox.c
+++ b/src/common/sandbox.c
@@ -1480,3 +1480,4 @@ sandbox_cfg_allow_stat_filename_array(sandbox_cfg_t **cfg, ...)
return 0;
}
#endif
+
diff --git a/src/common/sandbox.h b/src/common/sandbox.h
index 07c34a4fd8..279085fc19 100644
--- a/src/common/sandbox.h
+++ b/src/common/sandbox.h
@@ -29,7 +29,6 @@
#define USE_LIBSECCOMP
#endif
-
/**
* Linux definitions
*/