Format code with clang-format.

This commit is contained in:
2021-07-04 13:12:34 +02:00
parent 9937a36526
commit f816f5f565
37 changed files with 470 additions and 465 deletions

View File

@@ -9,7 +9,8 @@
class Light
{
public:
virtual ~Light() {}
virtual ~Light()
{}
virtual void update() = 0;