mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 00:25:12 +00:00
Yet another pass of style fixes.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
static unsigned parseUInt(const String& str, bool& ok)
|
||||
{
|
||||
if (str.isEmpty()) {
|
||||
if (str.is_empty()) {
|
||||
ok = false;
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user