VisualBuilder: Run clang-format on everything.

This commit is contained in:
Andreas Kling 2019-06-07 11:48:27 +02:00
parent fba2c971e7
commit 892acfb10d
Notes: sideshowbarker 2024-07-19 13:41:29 +09:00
6 changed files with 100 additions and 82 deletions

View file

@ -1,8 +1,8 @@
#include "VBPropertiesWindow.h"
#include <LibGUI/GWidget.h>
#include <LibGUI/GBoxLayout.h>
#include <LibGUI/GTableView.h>
#include <LibGUI/GTextBox.h>
#include <LibGUI/GWidget.h>
VBPropertiesWindow::VBPropertiesWindow()
{