diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-04-23 20:59:23 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-04-23 21:10:44 +0300 |
| commit | d4c420689b1872f6fb22f421dfd27704ee94951a (patch) | |
| tree | c3b1921c7bb1035edb7211e4547d3088dac80778 /include/apos/power.h | |
| parent | 38c7c94bcd131290dcbae110dfb33b0b78c99d90 (diff) | |
| download | kmi-d4c420689b1872f6fb22f421dfd27704ee94951a.tar.gz kmi-d4c420689b1872f6fb22f421dfd27704ee94951a.zip | |
ran clang-format
Diffstat (limited to 'include/apos/power.h')
| -rw-r--r-- | include/apos/power.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apos/power.h b/include/apos/power.h index e0ca518..31f199d 100644 --- a/include/apos/power.h +++ b/include/apos/power.h @@ -4,7 +4,7 @@ #include <apos/types.h> #include <apos/attrs.h> -enum poweroff_type {SHUTDOWN, COLD_REBOOT, WARM_REBOOT}; +enum poweroff_type { SHUTDOWN, COLD_REBOOT, WARM_REBOOT }; stat_t poweroff(enum poweroff_type type); #endif |
