diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-04-10 15:39:41 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-04-10 15:42:04 +0300 |
| commit | 8aa17b12f29536ea9c8b6ca22c7f153e8d90fa3b (patch) | |
| tree | e7dba9b6b9cdcd1d04cba639c8f76e9685ac549f /include/arch/pmem.h | |
| parent | 4760462d9b3bf2aba8664c57be85f4adbfa164a2 (diff) | |
| download | kmi-8aa17b12f29536ea9c8b6ca22c7f153e8d90fa3b.tar.gz kmi-8aa17b12f29536ea9c8b6ca22c7f153e8d90fa3b.zip | |
add clang format and run it
Diffstat (limited to 'include/arch/pmem.h')
| -rw-r--r-- | include/arch/pmem.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/arch/pmem.h b/include/arch/pmem.h index 1772b36..08a38ed 100644 --- a/include/arch/pmem.h +++ b/include/arch/pmem.h @@ -5,7 +5,7 @@ #include <apos/types.h> #include <pmem.h> -stat_t stat_pmem_conf(void *fdt, size_t *max_order, - size_t *base_bits, size_t bits[NUM_ORDERS]); +stat_t stat_pmem_conf(void *fdt, size_t *max_order, size_t *base_bits, + size_t bits[NUM_ORDERS]); #endif /* APOS_ARCH_PMEM_H */ |
