diff options
Diffstat (limited to 'common/uapi')
| -rw-r--r-- | common/uapi/conf.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/common/uapi/conf.c b/common/uapi/conf.c index 3002fc2..3fe6481 100644 --- a/common/uapi/conf.c +++ b/common/uapi/conf.c @@ -17,10 +17,10 @@ SYSCALL_DEFINE2(conf)(vm_t param, vm_t val) SYSCALL_DEFINE1(poweroff)(vm_t type) { switch (type) { - case SHUTDOWN: - case COLD_REBOOT: - case WARM_REBOOT: - return poweroff(type); + case SHUTDOWN: + case COLD_REBOOT: + case WARM_REBOOT: + return poweroff(type); }; return ERR_INVAL; |
