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:
Brian Gianforcaro 2021-04-24 16:04:35 -07:00 committed by Linus Groh
commit 898e9492f7
Notes: sideshowbarker 2024-07-18 19:08:51 +09:00

View file

@ -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)
{