Re: Remove excessive trailing semicolons

2024-03-29 Thread Daniel Gustafsson
> On 29 Mar 2024, at 10:14, Richard Guo wrote: > Noticed some newly introduced excessive trailing semicolons: > > $ git grep -E ";;$" -- *.c *.h > src/include/lib/radixtree.h:int deletepos = > slot - n4->children;; >

Remove excessive trailing semicolons

2024-03-29 Thread Richard Guo
Noticed some newly introduced excessive trailing semicolons: $ git grep -E ";;$" -- *.c *.h src/include/lib/radixtree.h:int deletepos = slot - n4->children;; src/test/modules/test_tidstore/test_tidstore.c: BlockNumber prevblkno = 0;; Here is a trivial patch to