summaryrefslogtreecommitdiff
path: root/DevTools/HackStudio
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2020-11-03 13:40:24 +0100
committerAndreas Kling <kling@serenityos.org>2020-11-03 13:40:24 +0100
commit6913e2ab9987b6e510fcdd5d92b4e3bffb595d5f (patch)
tree054321ccff8c753adc1105f2fb6e488cb7e31b99 /DevTools/HackStudio
parent85d65b06ab0eab7876216788742809cdae09ba2b (diff)
downloadserenity-6913e2ab9987b6e510fcdd5d92b4e3bffb595d5f.zip
HackStudio: Run clang-format
Diffstat (limited to 'DevTools/HackStudio')
-rw-r--r--DevTools/HackStudio/HackStudioWidget.h2
-rw-r--r--DevTools/HackStudio/ProjectFile.h4
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 <LibGUI/ScrollBar.h>
#include <LibGUI/Splitter.h>
#include <LibGUI/Widget.h>
#include <LibThread/Thread.h>
-#include <LibGUI/ScrollBar.h>
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<CodeDocument> 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 };
};
}