mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-09 08:32:04 +02:00
More coding style changes.
This commit is contained in:
@@ -12,7 +12,7 @@ NullDevice::~NullDevice()
|
||||
{
|
||||
}
|
||||
|
||||
bool NullDevice::hasDataAvailableForRead() const
|
||||
bool NullDevice::has_data_available_for_reading() const
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user