diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-29 15:39:42 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-29 16:52:48 +0100 |
commit | bd1dacc570a0e5dc88a9ca0d2ccc3b016007a399 (patch) | |
tree | 2154fdcaaf94eadb19b7b71b750c5644f71d1dfc /editor/app.cpp | |
parent | 0b59ee2dc3189c2b6207420279e5eb4d904dcb53 (diff) |
whitespace
Diffstat (limited to 'editor/app.cpp')
-rw-r--r-- | editor/app.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editor/app.cpp b/editor/app.cpp index 850f19e3..a0c086cf 100644 --- a/editor/app.cpp +++ b/editor/app.cpp @@ -26,8 +26,9 @@ app::app(fm_settings&& opts) : reset_camera_offset(); } -app::~app() // NOLINT(modernize-use-equals-default) +app::~app() { + void(); } int app::exec() |