From bc951ca565d137b2d1bd158e5473bd42cf568d10 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Fri, 7 Jun 2019 11:43:58 +0200 Subject: Kernel: Run clang-format on everything. --- Kernel/TTY/MasterPTY.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Kernel/TTY/MasterPTY.cpp') diff --git a/Kernel/TTY/MasterPTY.cpp b/Kernel/TTY/MasterPTY.cpp index c3eb39b0b1..b709fe7ebc 100644 --- a/Kernel/TTY/MasterPTY.cpp +++ b/Kernel/TTY/MasterPTY.cpp @@ -1,6 +1,6 @@ #include "MasterPTY.h" -#include "SlavePTY.h" #include "PTYMultiplexer.h" +#include "SlavePTY.h" #include #include #include -- cgit v1.2.3