mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
Yet another pass of style fixes.
This commit is contained in:
@@ -17,7 +17,7 @@ public:
|
||||
SinglyLinkedList() { }
|
||||
~SinglyLinkedList() { clear(); }
|
||||
|
||||
bool isEmpty() const { return !head(); }
|
||||
bool is_empty() const { return !head(); }
|
||||
|
||||
void clear()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user