mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-09 16:42:10 +02: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