summaryrefslogtreecommitdiffhomepage
path: root/include/stc/clist.h
diff options
context:
space:
mode:
authorTyge Lovset <[email protected]>2022-08-11 00:05:39 +0200
committerTyge Lovset <[email protected]>2022-08-11 00:05:39 +0200
commit35f63cb6d76f47a00daa5929808d75f715566657 (patch)
tree3be2f910275e37510530d28f20b3f74952c5877b /include/stc/clist.h
parent0604d29a95d77f5dc9aeb4813e126a3831062648 (diff)
downloadSTC-modified-35f63cb6d76f47a00daa5929808d75f715566657.tar.gz
STC-modified-35f63cb6d76f47a00daa5929808d75f715566657.zip
Code formatting only.
Diffstat (limited to 'include/stc/clist.h')
-rw-r--r--include/stc/clist.h5
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) {