diff options
| author | Tyge Lovset <[email protected]> | 2022-08-11 00:05:39 +0200 |
|---|---|---|
| committer | Tyge Lovset <[email protected]> | 2022-08-11 00:05:39 +0200 |
| commit | 35f63cb6d76f47a00daa5929808d75f715566657 (patch) | |
| tree | 3be2f910275e37510530d28f20b3f74952c5877b /include/stc/clist.h | |
| parent | 0604d29a95d77f5dc9aeb4813e126a3831062648 (diff) | |
| download | STC-modified-35f63cb6d76f47a00daa5929808d75f715566657.tar.gz STC-modified-35f63cb6d76f47a00daa5929808d75f715566657.zip | |
Code formatting only.
Diffstat (limited to 'include/stc/clist.h')
| -rw-r--r-- | include/stc/clist.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/stc/clist.h b/include/stc/clist.h index 229db32c..5b9cf0d3 100644 --- a/include/stc/clist.h +++ b/include/stc/clist.h @@ -159,9 +159,8 @@ _cx_memb(_begin)(const _cx_self* self) { } STC_INLINE _cx_iter -_cx_memb(_end)(const _cx_self* self) { - return c_make(_cx_iter){NULL}; -} +_cx_memb(_end)(const _cx_self* self) + { return c_make(_cx_iter){NULL}; } STC_INLINE void _cx_memb(_next)(_cx_iter* it) { |
