summaryrefslogtreecommitdiff
path: root/Applications/FontEditor
diff options
context:
space:
mode:
authorRobin Burchell <robin+git@viroteck.net>2019-05-28 11:53:16 +0200
committerAndreas Kling <awesomekling@gmail.com>2019-05-28 17:31:20 +0200
commit0dc9af5f7e26b0dfa42cb75c900b9ef7a2192425 (patch)
tree93dbbbeb714f258bd7fb044633eb83bdcd908286 /Applications/FontEditor
parentc11351ac507f863699d78aec46a77bd4d59e743c (diff)
downloadserenity-0dc9af5f7e26b0dfa42cb75c900b9ef7a2192425.zip
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.
Diffstat (limited to 'Applications/FontEditor')
-rw-r--r--Applications/FontEditor/FontEditor.h2
-rw-r--r--Applications/FontEditor/GlyphEditorWidget.h2
-rw-r--r--Applications/FontEditor/GlyphMapWidget.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/Applications/FontEditor/FontEditor.h b/Applications/FontEditor/FontEditor.h
index 3d41d6b768..9132c5029a 100644
--- a/Applications/FontEditor/FontEditor.h
+++ b/Applications/FontEditor/FontEditor.h
@@ -1,7 +1,7 @@
#pragma once
-#include <LibGUI/GWidget.h>
#include <AK/Function.h>
+#include <LibGUI/GWidget.h>
class GlyphEditorWidget;
class GlyphMapWidget;
diff --git a/Applications/FontEditor/GlyphEditorWidget.h b/Applications/FontEditor/GlyphEditorWidget.h
index 2e9c311ccd..3784c054b5 100644
--- a/Applications/FontEditor/GlyphEditorWidget.h
+++ b/Applications/FontEditor/GlyphEditorWidget.h
@@ -1,5 +1,5 @@
-#include <LibGUI/GFrame.h>
#include <AK/Function.h>
+#include <LibGUI/GFrame.h>
class GlyphEditorWidget final : public GFrame {
public:
diff --git a/Applications/FontEditor/GlyphMapWidget.h b/Applications/FontEditor/GlyphMapWidget.h
index 07aafbe2e1..e5746aff0b 100644
--- a/Applications/FontEditor/GlyphMapWidget.h
+++ b/Applications/FontEditor/GlyphMapWidget.h
@@ -1,7 +1,7 @@
#pragma once
-#include <LibGUI/GFrame.h>
#include <AK/Function.h>
+#include <LibGUI/GFrame.h>
class GlyphMapWidget final : public GFrame {
public: