diff options
author | Matthew Kosarek <matt.kosarek@canonical.com> | 2025-02-19 09:30:25 -0500 |
---|---|---|
committer | Matthew Kosarek <matt.kosarek@canonical.com> | 2025-02-19 09:30:25 -0500 |
commit | 3a996038684ed3d358259de6cde2f166dddaa04a (patch) | |
tree | 73b1978efb2ecdb39936b804920e3006c32f07f2 /themes/src/MainLoop.h | |
parent | 5875b89ed114ee7a912167b5a609d1cf1da54a53 (diff) |
Diffstat (limited to 'themes/src/MainLoop.h')
-rw-r--r-- | themes/src/MainLoop.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/src/MainLoop.h b/themes/src/MainLoop.h index 2573bb8..07520a2 100644 --- a/themes/src/MainLoop.h +++ b/themes/src/MainLoop.h @@ -26,4 +26,4 @@ struct MainLoop { void stop() { isRunning = false; } -};
\ No newline at end of file +}; |