mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 19:29:16 +00:00
Yet another pass of style fixes.
This commit is contained in:
@@ -109,7 +109,7 @@ int main(int c, char** v)
|
||||
String command = cmdbuf;
|
||||
auto parts = command.split(' ');
|
||||
|
||||
if (parts.isEmpty())
|
||||
if (parts.is_empty())
|
||||
continue;
|
||||
|
||||
String cmd = parts[0];
|
||||
|
||||
Reference in New Issue
Block a user