From 6913e2ab9987b6e510fcdd5d92b4e3bffb595d5f Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Tue, 3 Nov 2020 13:40:24 +0100 Subject: [PATCH] HackStudio: Run clang-format --- DevTools/HackStudio/HackStudioWidget.h | 2 +- DevTools/HackStudio/ProjectFile.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DevTools/HackStudio/HackStudioWidget.h b/DevTools/HackStudio/HackStudioWidget.h index 51c37fb56c..f182da1466 100644 --- a/DevTools/HackStudio/HackStudioWidget.h +++ b/DevTools/HackStudio/HackStudioWidget.h @@ -38,10 +38,10 @@ #include "Locator.h" #include "Project.h" #include "TerminalWrapper.h" +#include #include #include #include -#include namespace HackStudio { diff --git a/DevTools/HackStudio/ProjectFile.h b/DevTools/HackStudio/ProjectFile.h index ce47544410..65510ac21f 100644 --- a/DevTools/HackStudio/ProjectFile.h +++ b/DevTools/HackStudio/ProjectFile.h @@ -55,8 +55,8 @@ private: String m_name; mutable RefPtr m_document; - int m_vertical_scroll_value{ 0 }; - int m_horizontal_scroll_value{ 0 }; + int m_vertical_scroll_value { 0 }; + int m_horizontal_scroll_value { 0 }; }; }