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