All: Clear lines with only whitspace in them

This commit is contained in:
2023-09-10 00:31:42 +03:00
parent 1fcf122c50
commit 921d95d18f
67 changed files with 95 additions and 119 deletions
+2 -2
View File
@@ -5,7 +5,7 @@
namespace Kernel
{
class DevFileSystem final : public RamFileSystem
{
public:
@@ -13,7 +13,7 @@ namespace Kernel
static DevFileSystem& get();
void initialize_device_updater();
void add_device(BAN::StringView path, BAN::RefPtr<RamInode>);
dev_t get_next_dev();