mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
More coding style changes.
This commit is contained in:
@@ -29,7 +29,7 @@ static void mysrand(unsigned seed)
|
||||
}
|
||||
#endif
|
||||
|
||||
bool RandomDevice::hasDataAvailableForRead() const
|
||||
bool RandomDevice::has_data_available_for_reading() const
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user