diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-10-21 21:34:18 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-10-21 21:34:18 +0300 |
| commit | dd7c04a39bd88da8e381bb88078c41b049a6665c (patch) | |
| tree | f5210700cc1789547ae55926c7f9aaa753fbb791 /include/apos/utils.h | |
| parent | ec989bbe7d9bb7a844eeddeceaeb7bb7e4d5dab6 (diff) | |
| download | kmi-dd7c04a39bd88da8e381bb88078c41b049a6665c.tar.gz kmi-dd7c04a39bd88da8e381bb88078c41b049a6665c.zip | |
beautification
Diffstat (limited to 'include/apos/utils.h')
| -rw-r--r-- | include/apos/utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apos/utils.h b/include/apos/utils.h index 6eeb54f..378f3a0 100644 --- a/include/apos/utils.h +++ b/include/apos/utils.h @@ -190,7 +190,7 @@ * Signal to the compiler that some region is unreachable. * Mainly used for debugging with instrumentation, though it could provide some * micro-optimisations. -*/ + */ #if __has_builtin(__builtin_unreachable) #define unreachable() __builtin_unreachable() #else |
