mirror of
https://github.com/RGBCube/serenity
synced 2025-05-23 17:45:07 +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
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