mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-24 21:45:20 +00:00
Meta+Demos: Make clang-format-10 clean
This commit is contained in:
parent
9ef1461ec9
commit
b3909ac0dd
Notes:
sideshowbarker
2024-07-19 02:14:55 +09:00
Author: https://github.com/BenWiederhake Commit: https://github.com/SerenityOS/serenity/commit/b3909ac0ddd Pull-request: https://github.com/SerenityOS/serenity/pull/3541 Reviewed-by: https://github.com/alimpfard Reviewed-by: https://github.com/linusg
1 changed files with 3 additions and 4 deletions
|
@ -25,15 +25,15 @@
|
|||
*/
|
||||
|
||||
#include <LibCore/ElapsedTimer.h>
|
||||
#include <LibGfx/Bitmap.h>
|
||||
#include <LibGUI/Action.h>
|
||||
#include <LibGUI/Application.h>
|
||||
#include <LibGUI/Event.h>
|
||||
#include <LibGUI/Painter.h>
|
||||
#include <LibGUI/Widget.h>
|
||||
#include <LibGUI/Window.h>
|
||||
#include <time.h>
|
||||
#include <LibGfx/Bitmap.h>
|
||||
#include <stdio.h>
|
||||
#include <time.h>
|
||||
|
||||
#define WIDTH 64
|
||||
#define HEIGHT 48
|
||||
|
@ -126,8 +126,7 @@ void Screensaver::draw()
|
|||
orientations[rand() % (sizeof(orientations) / sizeof(orientations[0]))],
|
||||
m_bitmap->rect(),
|
||||
colors[start_color_index],
|
||||
colors[end_color_index]
|
||||
);
|
||||
colors[end_color_index]);
|
||||
|
||||
update();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue