mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 04:09:13 +00:00
LibSQL: Clean up code style and remove unused includes
No functional changes.
This commit is contained in:
parent
8992ff5aeb
commit
a99c1297e0
Notes:
sideshowbarker
2024-07-17 07:25:39 +09:00
Author: https://github.com/gmta
Commit: a99c1297e0
Pull-request: https://github.com/SerenityOS/serenity/pull/18476
Reviewed-by: https://github.com/trflynn89 ✅
14 changed files with 43 additions and 96 deletions
|
@ -133,9 +133,8 @@ BTreeIterator BTreeIterator::next() const
|
|||
// end (which is really the beginning) of the tree.
|
||||
BTreeIterator BTreeIterator::previous() const
|
||||
{
|
||||
if (is_end()) {
|
||||
if (is_end())
|
||||
return end();
|
||||
}
|
||||
|
||||
auto node = m_current;
|
||||
auto ix = m_index;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue