Update .clang-format fixing include order

This commit is contained in:
2025-03-28 23:10:10 +10:00
parent a6962bfba8
commit 34291215f1
2 changed files with 25 additions and 13 deletions

View File

@@ -9,9 +9,9 @@
#include "drivers/linux/system_driver.h"
namespace Nova {
class WaylandSystemDriver final : public LinuxSystemDriver {
public:
WaylandSystemDriver();
~WaylandSystemDriver() override;
};
} // Nova
class WaylandSystemDriver final : public LinuxSystemDriver {
public:
WaylandSystemDriver();
~WaylandSystemDriver() override;
};
} // namespace Nova