From 0dc9af5f7e26b0dfa42cb75c900b9ef7a2192425 Mon Sep 17 00:00:00 2001 From: Robin Burchell Date: Tue, 28 May 2019 11:53:16 +0200 Subject: Add clang-format file Also run it across the whole tree to get everything using the One True Style. We don't yet run this in an automated fashion as it's a little slow, but there is a snippet to do so in makeall.sh. --- LibGUI/GTableView.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'LibGUI/GTableView.h') diff --git a/LibGUI/GTableView.h b/LibGUI/GTableView.h index 4838b4f048..9db2e68eaa 100644 --- a/LibGUI/GTableView.h +++ b/LibGUI/GTableView.h @@ -1,9 +1,9 @@ #pragma once -#include -#include #include #include +#include +#include class GScrollBar; class Painter; -- cgit v1.2.3