1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-17 15:35:06 +00:00

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