diff options
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 +}; |