mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-04 15:19:42 +00:00
Base: clang-format the cpp-gui template project.
I noticed this was miss-formated when fixing up the clang-format error in a different PR. I just ran `pre-commit run --all-files`
This commit is contained in:
parent
0398e4a48a
commit
898e9492f7
Notes:
sideshowbarker
2024-07-18 19:08:51 +09:00
Author: https://github.com/bgianfo
Commit: 898e9492f7
Pull-request: https://github.com/SerenityOS/serenity/pull/6622
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
#include <stdio.h>
|
||||
#include <LibGUI/Application.h>
|
||||
#include <LibGUI/Window.h>
|
||||
#include <LibGUI/Button.h>
|
||||
#include <LibGUI/MessageBox.h>
|
||||
#include <LibGUI/Window.h>
|
||||
#include <stdio.h>
|
||||
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue