LibGUI+FileManager: Misc tweaks courtesy of clang-format

This commit is contained in:
Sergey Bugaev 2020-01-10 19:06:00 +03:00 committed by Andreas Kling
commit 10324f95b0
Notes: sideshowbarker 2024-07-19 10:13:22 +09:00
16 changed files with 21 additions and 20 deletions

View file

@ -1,7 +1,7 @@
#pragma once
#include <LibGUI/GWidget.h>
#include <LibDraw/StylePainter.h>
#include <LibGUI/GWidget.h>
class GFrame : public GWidget {
C_OBJECT(GFrame)