1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 15:28:11 +00:00

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
parent fdeb91e000
commit 10324f95b0
16 changed files with 21 additions and 20 deletions

View file

@ -1,11 +1,11 @@
#pragma once
#include <AK/String.h>
#include <AK/Badge.h>
#include <AK/Function.h>
#include <AK/HashTable.h>
#include <AK/NonnullRefPtr.h>
#include <AK/RefCounted.h>
#include <AK/String.h>
#include <AK/WeakPtr.h>
#include <AK/Weakable.h>
#include <LibDraw/GraphicsBitmap.h>