From 50f8f27ac6867c2d69db8dbb4e1ca84c255bb729 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Tue, 20 Oct 2020 19:19:19 +0200 Subject: [PATCH] Userland: Run clang-format on tree.cpp --- Userland/tree.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Userland/tree.cpp b/Userland/tree.cpp index 91f7eec95d..5f3ba4d14f 100644 --- a/Userland/tree.cpp +++ b/Userland/tree.cpp @@ -24,8 +24,8 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include #include +#include #include #include #include