mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-14 23:22:52 +00:00
Yet another pass of style fixes.
This commit is contained in:
parent
89040cdc99
commit
ec1c487dcd
Notes:
sideshowbarker
2024-07-19 16:07:52 +09:00
Author: https://github.com/awesomekling
Commit: ec1c487dcd
43 changed files with 183 additions and 185 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue