mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 03:37:53 +00:00
More coding style changes.
This commit is contained in:
@@ -12,7 +12,7 @@ ZeroDevice::~ZeroDevice()
|
||||
{
|
||||
}
|
||||
|
||||
bool ZeroDevice::hasDataAvailableForRead() const
|
||||
bool ZeroDevice::has_data_available_for_reading() const
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user