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
parent 0398e4a48a
commit 898e9492f7

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