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