diff options
author | William Wilgus <wilgus.william@gmail.com> | 2021-08-13 07:46:45 -0400 |
---|---|---|
committer | William Wilgus <me.theuser@yahoo.com> | 2021-08-13 11:51:21 +0000 |
commit | aad15d5cd79a23d238a3cd3256001d61c46b8e50 (patch) | |
tree | 21bcd3811fe85b442818f3e053449fb266cc0c5c /apps/plugins/lua/tlsf_helper.c | |
parent | da97524252b1313574094dcb90d6ccf395fc88b9 (diff) |
code cleanup encase ;; in brackets {;;}
Change-Id: I253e19695709b4184ceb4a0748300f7c68437c1c
Diffstat (limited to 'apps/plugins/lua/tlsf_helper.c')
-rw-r--r-- | apps/plugins/lua/tlsf_helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/lua/tlsf_helper.c b/apps/plugins/lua/tlsf_helper.c index 52ef269bcd..664d87c34e 100644 --- a/apps/plugins/lua/tlsf_helper.c +++ b/apps/plugins/lua/tlsf_helper.c @@ -48,7 +48,7 @@ static size_t check_sentinel(void* buf, size_t size) { unused++; while(++i < sz && b[i] == SENTINEL(i) && ++unused) - ;; + {;;} } return unused * sizeof(sentinel); } |