Format files (using clang-format)

This commit is contained in:
2026-07-26 19:17:24 +01:00
parent f82ab718f3
commit d484db4e84
17 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -74,4 +74,4 @@ Vec2<float> ERect::size() {
void ERect::render(uint64_t) {
window.draw_rect(Rect::from(position, shape), color, z, rotation, pivot, scale, alpha);
}
} // namespace app
} // namespace app
+1 -1
View File
@@ -88,4 +88,4 @@ Vec2<float> Scene::world_to_local(Vec2<float> p, Element *e) {
return p;
}
} // namespace app
} // namespace app