summaryrefslogtreecommitdiffstats
path: root/src/shared/seccomp-util.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/seccomp-util.c')
-rw-r--r--src/shared/seccomp-util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/seccomp-util.c b/src/shared/seccomp-util.c
index e597a156cf..c465bf58dd 100644
--- a/src/shared/seccomp-util.c
+++ b/src/shared/seccomp-util.c
@@ -107,7 +107,7 @@ const char* seccomp_arch_to_string(uint32_t c) {
* Names used here should be the same as those used for ConditionArchitecture=,
* except for "subarchitectures" like x32. */
- switch(c) {
+ switch (c) {
case SCMP_ARCH_NATIVE:
return "native";
case SCMP_ARCH_X86: