From 0b59ee2dc3189c2b6207420279e5eb4d904dcb53 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 29 Nov 2022 15:01:20 +0100 Subject: editor: whitespace --- editor/scenery-editor.hpp | 2 +- src/scenery.hpp | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/editor/scenery-editor.hpp b/editor/scenery-editor.hpp index 8f2ea051..eb78bb01 100644 --- a/editor/scenery-editor.hpp +++ b/editor/scenery-editor.hpp @@ -10,7 +10,7 @@ struct anim_atlas; struct scenery_editor final { - struct scenery_ { + struct scenery_ final { String name, descr; scenery_proto proto; }; diff --git a/src/scenery.hpp b/src/scenery.hpp index d34067d9..e5313c25 100644 --- a/src/scenery.hpp +++ b/src/scenery.hpp @@ -50,7 +50,8 @@ struct scenery final void update(float dt, const anim_atlas& anim); }; -struct scenery_proto final { +struct scenery_proto final +{ std::shared_ptr atlas; scenery frame; -- cgit v1.2.3